put https://example.com/local-user-store/api/v1/api-clients/
Update an API client.
Log in to see full request history
Responses
200Trusted client successfully updated
Update an API client.
200Trusted client successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/local-user-store/api/v1/api-clients/api_client_id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!