Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/settings/catalog' \
--header 'Authorization: Bearer <token>'{
"version": 1,
"settings": {
"property1": {
"description": "string",
"type": "boolean",
"default": null,
"values": [
"string"
],
"ref": "string",
"legacy": "string",
"min": 0,
"max": 0,
"shape": "string",
"used-in": [
{
"repo": "string",
"file": "string"
}
]
},
"property2": {
"description": "string",
"type": "boolean",
"default": null,
"values": [
"string"
],
"ref": "string",
"legacy": "string",
"min": 0,
"max": 0,
"shape": "string",
"used-in": [
{
"repo": "string",
"file": "string"
}
]
}
},
"dynamic": [
{
"repo": "string",
"file": "string",
"prefix": "string"
}
]
}