You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-14Lines changed: 16 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,11 +101,11 @@ Paginated collections include `first`, `last`, `next`, and `prev` links containi
101
101
102
102
## Updates
103
103
104
-
Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](http://tools.ietf.org/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations.
104
+
Resources that accept partial updates use the `PATCH` verb, and support the [JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) format. Some resources also support the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format. In addition, some resources support optional comments that can be submitted with updates. Comments appear in outgoing webhooks, the audit log, and other integrations.
105
105
106
106
### Updates via JSON Patch
107
107
108
-
[JSON Patch](http://tools.ietf.org/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation:
108
+
[JSON Patch](https://datatracker.ietf.org/doc/html/rfc6902) is a way to specify the modifications to perform on a resource. For example, in this feature flag representation:
109
109
110
110
```json
111
111
{
@@ -137,7 +137,7 @@ Attributes that aren't editable, like a resource's `_links`, have names that sta
137
137
138
138
### Updates via JSON Merge Patch
139
139
140
-
The API also supports the [JSON Merge Patch](https://tools.ietf.org/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource.
140
+
The API also supports the [JSON Merge Patch](https://datatracker.ietf.org/doc/html/rfc7386) format, as well as the [Update feature flag](/tag/Feature-flags#operation/patchFeatureFlag) resource.
141
141
142
142
JSON Merge Patch is less expressive than JSON Patch but in many cases, it is simpler to construct a merge patch document. For example, you can change a feature flag's description with the following merge patch document:
143
143
@@ -442,7 +442,7 @@ If you would like to upgrade your integration to use a new API version, you can
442
442
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|**not_resources**|**Array<String>**|Targeted resources are the resources NOT in this list. The \"resources\" field must be empty to use this field.|[optional]|
9
+
|**actions**|**Array<String>**|Actions to perform on a resource|[optional]|
10
+
|**not_actions**|**Array<String>**|Targeted actions are the actions NOT in this list. The \"actions\" field must be empty to use this field.|[optional]|
0 commit comments