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
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,11 +100,11 @@ Paginated collections include `first`, `last`, `next`, and `prev` links containi
100
100
101
101
## Updates
102
102
103
-
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.
103
+
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.
104
104
105
105
### Updates via JSON Patch
106
106
107
-
[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:
107
+
[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:
108
108
109
109
```json
110
110
{
@@ -136,7 +136,7 @@ Attributes that aren't editable, like a resource's `_links`, have names that sta
136
136
137
137
### Updates via JSON Merge Patch
138
138
139
-
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.
139
+
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.
140
140
141
141
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:
142
142
@@ -440,7 +440,7 @@ If you would like to upgrade your integration to use a new API version, you can
440
440
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
**notResources** | **[String]** | Targeted resources are the resources NOT in this list. The \"resources\" field must be empty to use this field. | [optional]
9
+
**actions** | **[String]** | Actions to perform on a resource | [optional]
10
+
**notActions** | **[String]** | Targeted actions are the actions NOT in this list. The \"actions\" field must be empty to use this field. | [optional]
0 commit comments