Changes to Replace App Auth Strategy

PUT /v2/application-auth-strategies/{authStrategyId}

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

Changed in 9 of the 75 revisions of this API.1128

  1. 7d3c634668f812
  2. a2e95e9f6c802
  3. dccf1fb376791
  4. 845120e19d451
  5. 8ab3ec3ed3011
  6. 3c0154b2053a91
  7. 0aead68de7b01
  8. 7c1eecf2b3a51
  9. 2a7df3ca52c81

What changed

  • 7d3c634668f812See the full diff
    • removed the success response with the status 201

      response-success-status-removed

    • added the non-success response with the status 404

      response-non-success-status-added

    • added the success response with the status 200

      response-success-status-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/principals

      new-optional-request-property

    • added the new optional request property oneOf[subschema #2: AppAuthStrategyOpenIDConnectRequest]/principals

      new-optional-request-property

    This revision also has 23 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new optional request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/ttl

      new-optional-request-property

    • the request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/key_names became not nullable

      request-property-became-not-nullable

    • added the new type enum value to the allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/rule response property for the response status 400

      response-property-enum-value-added

  • 3c0154b2053a91See the full diff
    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/source became nullable for the status 400

      response-property-became-nullable

    • the response property allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/source became nullable for the status 400

      response-property-became-nullable

    • the response property detail became nullable for the status 401

      response-property-became-nullable

    • the response property instance became nullable for the status 401

      response-property-became-nullable

    • the response property status became nullable for the status 401

      response-property-became-nullable

    • the response property title became nullable for the status 401

      response-property-became-nullable

    • the request property oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/key_names became nullable

      request-property-became-nullable

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • removed the request property oneOf[subschema #2: AppAuthStrategyOpenIDConnectRequest]/configs/openid-connect/labels

      request-property-removed

    This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added key_auth openid_connect mapping keys to the request discriminator

      request-body-discriminator-mapping-added

    • endpoint added

      endpoint-added