Changes to Patch Settings Policy

PATCH /api/settings

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 3 of the 85 revisions of this API.113

  1. 5c36e837be951
  2. 584337d1a24c12
  3. 7a85443866b71

What changed

    • added the new string_list enum value to the scopes/items/fields/items/editor response property for the response status 200

      response-property-enum-value-added

    • added the new optional request property profile

      new-optional-request-property

    • the request property path became optional

      request-property-became-optional

    • the request property scope became optional

      request-property-became-optional

    • the request property value became optional

      request-property-became-optional

    • request property path list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • request property scope list-of-types was widened by adding types null to media type application/json

      request-property-list-of-types-widened

    • the path request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • the scope request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • removed the pattern ^[A-Za-z0-9][A-Za-z0-9._-]{0,127}$ from the request property scope

      request-property-pattern-removed

    • removed the pattern ^[a-z][a-z0-9_.]*$ from the request property path

      request-property-pattern-removed

    • added the optional property available_profiles to the response with the 200 status

      response-optional-property-added

    • added the optional property default_profile to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added