put https://example.com/role-store/api/v1/identity-providers/
Update a Identity Provider.
Log in to see full request history
Responses
200Identity Provider successfully updated
Update a Identity Provider.
200Identity Provider successfully updated
xxxxxxxxxx
11curl --request PUT \
--url https://example.com/role-store/api/v1/identity-providers/id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"token_type": "JWT",
"jwt_subject_type": "plain"
}
'
Try It!
to start a request and see the response here!