propertymappings_scope_update
PUT/propertymappings/scope/:pm_uuid/
ScopeMapping Viewset
Request
Path Parameters
A UUID string identifying this Scope Mapping.
- application/json
Body
required
Possible values: non-empty
Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
Possible values: non-empty
Possible values: non-empty
Possible values: non-empty
Scope name requested by the client
Description shown to the user when consenting. If left empty, the user won't be informed.
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.
Get object's component so that we know how to edit the object
Return object's verbose_name
Return object's plural verbose_name
Return internal model name
Scope name requested by the client
Description shown to the user when consenting. If left empty, the user won't be informed.
{
"pk": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"managed": "string",
"name": "string",
"expression": "string",
"component": "string",
"verbose_name": "string",
"verbose_name_plural": "string",
"meta_model_name": "string",
"scope_name": "string",
"description": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
{
"detail": "string",
"code": "string"
}