Skip to content

Commit ad1e8b1

Browse files
authored
Merge pull request wix-incubator#1638 from wix/article-fixes
dummy
2 parents 5ec6d62 + c506f75 commit ad1e8b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wix-events-v2/wix-events-v2/guides/fieldsets.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The response will also include the following parameters based on the fieldsets p
1414

1515
## Orders fieldset
1616

17-
By default, the `order` data returned in the response contains `orderNumber`, `eventId`, `contactId`, `memberId`, `anonimyzed` and `fullyCheckedIn` fields.
17+
By default, the `order` data returned in the response contains `orderNumber`, `eventId`, `contactId`, `memberId`, `anonimyzed` and `fullyCheckedIn` fields.
1818
The response will also include following parameters based on the fieldsets provided in the request.
1919

2020
| Fieldset | Fields |

wix-events-v2/wix-events-v2/guides/partial-updates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Partial Updates
2-
Most `PATCH` endpoints support partial updates via a combination of a _partial entity body_ and a `fields` parameter.
2+
Most update endpoints support partial updates via a combination of a _partial entity body_ and a `fields` parameter.
33

44
## Fields parameter
55
The `fields` parameter accepts a set of field paths that specifies the entity data to update. In general, the fields path begins from the root of the request body.

0 commit comments

Comments
 (0)