Creates a new catalog from provided data
curl --request POST \
--url https://api.rootly.com/v1/catalogs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "catalogs",
"attributes": {
"name": "<string>",
"description": "<string>",
"icon": "globe-alt",
"position": 123
}
}
}
'{
"data": {
"id": "<string>",
"type": "catalogs",
"attributes": {
"name": "<string>",
"icon": "globe-alt",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"description": "<string>"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Show child attributes
catalogs Show child attributes
globe-alt, server-stack, users, user-group, chart-bar, shapes, light-bulb, cursor-arrow-ripple Default position of the catalog when displayed in a list.
catalog created
Show child attributes
Unique ID of the catalog
catalogs Show child attributes
globe-alt, server-stack, users, user-group, chart-bar, shapes, light-bulb, cursor-arrow-ripple Default position of the catalog when displayed in a list.
Was this page helpful?
curl --request POST \
--url https://api.rootly.com/v1/catalogs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"type": "catalogs",
"attributes": {
"name": "<string>",
"description": "<string>",
"icon": "globe-alt",
"position": 123
}
}
}
'{
"data": {
"id": "<string>",
"type": "catalogs",
"attributes": {
"name": "<string>",
"icon": "globe-alt",
"position": 123,
"created_at": "<string>",
"updated_at": "<string>",
"description": "<string>"
}
}
}