Replace App Auth Strategy
Replaces an application auth strategy.
Request body
Example request
{
"labels": {
"env": "test"
}
}Response
A response containing the newly created application auth strategy object.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"dcr_provider": {
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7"
},
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 9 of the 75 revisions of this API.1128
- ▲
removed the success response with the status
201response-success-status-removed
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the success response with the status
200response-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]/principalsnew-optional-request-property
- ○
added the new optional request property
oneOf[subschema #2: AppAuthStrategyOpenIDConnectRequest]/principalsnew-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/ttlnew-optional-request-property
- ○
- ▲
the request property
oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/key_namesbecame not nullablerequest-property-became-not-nullable
- ▲
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ●
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterChoiceItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterDependentItem]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMaximumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterMinimumLength]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
allOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/sourcebecame nullable for the status400response-property-became-nullable
- ▲
the response property
detailbecame nullable for the status401response-property-became-nullable
- ▲
the response property
instancebecame nullable for the status401response-property-became-nullable
- ▲
the response property
statusbecame nullable for the status401response-property-became-nullable
- ▲
the response property
titlebecame nullable for the status401response-property-became-nullable
- ○
the request property
oneOf[subschema #1: AppAuthStrategyKeyAuthRequest]/configs/key-auth/key_namesbecame nullablerequest-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/labelsrequest-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_authopenid_connectmapping keys to the request discriminatorrequest-body-discriminator-mapping-added
- ○
- ○
endpoint added
endpoint-added
- ○