update O Auth Scope With Id
PUT {{baseUrl}}/api/application/:applicationId/scope/:scopeId
Updates the OAuth scope with the given Id for the application.
Request Body
{"scope"=>{"applicationId"=>"<uuid>", "defaultConsentDetail"=>"<string>", "defaultConsentMessage"=>"<string>", "description"=>"<string>", "id"=>"<uuid>", "insertInstant"=>"<long>", "lastUpdateInstant"=>"<long>", "name"=>"<string>", "required"=>"<boolean>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-FusionAuth-TenantId | string | The unique Id of the tenant used to scope this API request. Only required when there is more than one tenant and the API key is not tenant-scoped. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"scope":{"applicationId":"\u003cuuid\u003e","data":{"tempor_d_2":{},"minim__bb":{},"ut6":{}},"defaultConsentDetail":"\u003cstring\u003e","defaultConsentMessage":"\u003cstring\u003e","description":"\u003cstring\u003e","id":"\u003cuuid\u003e","insertInstant":"\u003clong\u003e","lastUpdateInstant":"\u003clong\u003e","name":"\u003cstring\u003e","required":"\u003cboolean\u003e"}}