Patch Settings Policy
Update the settings policy's default profile or a specified field.
Parameters: body (SettingsPolicyPatchRequest): The requested profile or field update, including the expected revision.
Returns: SettingsPolicyResponse: The updated settings policy.
Raises: HTTPException: If the revision conflicts, the update is invalid, or the policy is unavailable.
Request body
Response
Successful Response
Changes
Changed in 3 of the 85 revisions of this API.113
- ●
added the new
string_listenum value to thescopes/items/fields/items/editorresponse property for the response status200response-property-enum-value-added
- ●
- ○
added the new optional request property
profilenew-optional-request-property
- ○
the request property
pathbecame optionalrequest-property-became-optional
- ○
the request property
scopebecame optionalrequest-property-became-optional
- ○
the request property
valuebecame optionalrequest-property-became-optional
- ○
request property
pathlist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
request property
scopelist-of-types was widened by adding typesnullto media typeapplication/jsonrequest-property-list-of-types-widened
- ○
the
pathrequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
the
scoperequest property's minLength was decreased from1to0request-property-min-length-decreased
- ○
removed the pattern
^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$from the request propertyscoperequest-property-pattern-removed
- ○
removed the pattern
^[a-z][a-z0-9_.]*$from the request propertypathrequest-property-pattern-removed
- ○
added the optional property
available_profilesto the response with the200statusresponse-optional-property-added
- ○
added the optional property
default_profileto the response with the200statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○