Get startedSign in

Update catalog

PUT/v1/api/scm/catalogs/{id}
Parameters
Responses
ParameterTypeDescription
idrequiredstring
authorrequiredstringAuthor or maintainer of the catalog
categorystringCategory for organizing the catalog
dark_iconstringURL or reference to the catalog's icon for dark mode
descriptionstringDescription of the catalog's purpose
iconstringURL or reference to the catalog's icon for light mode
namerequiredstringName for the catalog
project_idstringID 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"
}