Update catalog
PUT/v1/api/scm/catalogs/{id}
Parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
authorrequired | string | Author or maintainer of the catalog |
category | string | Category for organizing the catalog |
dark_icon | string | URL or reference to the catalog's icon for dark mode |
description | string | Description of the catalog's purpose |
icon | string | URL or reference to the catalog's icon for light mode |
namerequired | string | Name for the catalog |
project_id | string | ID of the project this catalog belongs to |
Response samples
200
{
"author": "string",
"category": "string",
"dark_icon": "string",
"description": "string",
"icon": "string",
"id": "string",
"inserted_at": "string",
"name": "string",
"project_id": "string",
"updated_at": "string"
}