Update Content Metadata

Version 4.0.24.6 (latest)

Move a piece of content.

Request

PATCH /content_metadata/{content_metadata_id}
Datatype
Description
Request
HTTP Request
path
HTTP Path
Expand HTTP Path definition...
content_metadata_id
string
Id of content metadata
body
HTTP Body
Expand HTTP Body definition...
body
Content Metadata
Expand ContentMeta definition...
can
object
Operations the current user is able to perform on this object
id
string
Unique Id
name
string
Name or title of underlying content
parent_id
string
Id of Parent Content
dashboard_id
string
Id of associated dashboard when content_type is "dashboard"
look_id
string
Id of associated look when content_type is "look"
folder_id
string
Id of associated folder when content_type is "space"
content_type
string
Content Type ("dashboard", "look", or "folder")
inherits
boolean
Whether content inherits its access levels from parent
inheriting_id
string
Id of Inherited Content
slug
string
Content Slug

Response

200: Content Metadata

Datatype
Description
(object)
can
object
Operations the current user is able to perform on this object
id
string
Unique Id
name
string
Name or title of underlying content
parent_id
string
Id of Parent Content
dashboard_id
string
Id of associated dashboard when content_type is "dashboard"
look_id
string
Id of associated look when content_type is "look"
folder_id
string
Id of associated folder when content_type is "space"
content_type
string
Content Type ("dashboard", "look", or "folder")
inherits
boolean
Whether content inherits its access levels from parent
inheriting_id
string
Id of Inherited Content
slug
string
Content Slug

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