Updating an OAuth2 Client#
The update endpoint allows changing the properties of the agent afterwards.
See the Swagger API documentation for details.
curl -XPUT -H"Argus-API-Key: my/api/key" https://api.mnemonic.no/authentication/v1/oauth/client/myclient -d
{
"name": "A better name for my OAuth client"
}
}```