Update App Client
PUT {{auth_backend_server}}/app-clients/{{AppClientID}}
Creates an application client.
Application clients support the following types:
1: Native 2: Single Page Application 3: Regular Web App 4: Machine to Machine
Request Body
{"data"=>{"type"=>"auth/app-clients", "attributes"=>{"type"=>"machine_to_machine", "name"=>"{{AppClientName}}", "userType"=>"builder"}, "relationships"=>{"auth/roles"=>{"data"=>{"type"=>"auth/roles", "id"=>"abe9baeb-c171-494c-9e3b-6fef27ef4214"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |