Update a specific catalog_property by id - returns catalog_properties type
curl --request PUT \
--url https://api.rootly.com/v1/catalog_properties/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"attributes": {
"name": "<string>",
"kind_catalog_id": "<string>",
"position": 123,
"required": true
}
}
}
'Documentation Index
Fetch the complete documentation index at: https://docs.rootly.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request PUT \
--url https://api.rootly.com/v1/catalog_properties/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/vnd.api+json' \
--data '
{
"data": {
"attributes": {
"name": "<string>",
"kind_catalog_id": "<string>",
"position": 123,
"required": true
}
}
}
'