Create a catalog
POST
/catalogs
201,4XXRequest Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OwnerID | string | --- | --- | --- | ||
Name | Required | string | --- | 100 characters | --- | |
Description | string | --- | 2000 characters | --- | ||
Active | boolean | --- | --- | --- | ||
xp | object | --- | --- | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
OwnerID | string | --- | --- | --- | ||
Name | string | --- | 100 characters | --- | ||
Description | string | --- | 2000 characters | --- | ||
Active | boolean | --- | --- | --- | ||
CategoryCount | Read Only | integer | int32 | --- | --- | |
xp | object | --- | --- | --- |