Update a scope
This endpoint updates a scope. Changes to the name
and description
are applied immediately. Changes to the short_query mark the scope as ‘dirty’ and set the dirty_short_query
attribute. Once all scope query changes, under a given root scope, are made, one needs to ping the Commit Scope Query Changes
endpoint to commit all the required updates.
PUT /openapi/v1/app_scopes/{app_scope_id}
Parameters:
Name |
Type |
Description |
---|---|---|
short_name |
string |
User specified name of the scope. |
description |
string |
User specified description of the scope. |
short_query |
JSON |
Filter (or match criteria) associated with the scope. |
Returns the modified scope object associated with specified ID.