Update Content Metadata Access

Version 4.0.24.6 (latest)

Update type of access for content metadata.

Request

PUT /content_metadata_access/{content_metadata_access_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
content_metadata_access_id
string
Id of content metadata access
body
HTTP Body
Expand HTTP Body definition...
body
Content Metadata Access
Expand ContentMetaGroupUser definition...
can
object
Operations the current user is able to perform on this object
id
string
Unique Id
content_metadata_id
string
Id of associated Content Metadata
permission_type
string
Type of permission: "view" or "edit" Valid values are: "view", "edit".
group_id
string
ID of associated group
user_id
string
ID of associated user

Response

200: Content Metadata Access

Datatype
Description
can
object
Operations the current user is able to perform on this object
id
string
Unique Id
content_metadata_id
string
Id of associated Content Metadata
permission_type
string
Type of permission: "view" or "edit" Valid values are: "view", "edit".
group_id
string
ID of associated group
user_id
string
ID of associated user

400: Bad Request

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

404: Not Found

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link

422: Validation Error

Datatype
Description
(object)
message
string
Error details
Expand ValidationErrorDetail definition...
field
string
Field with error
code
string
Error code
message
string
Error info message
documentation_url
string
Documentation link
documentation_url
string
Documentation link

429: Too Many Requests

Datatype
Description
(object)
message
string
Error details
documentation_url
string
Documentation link