Custom Properties

custom_properties

Methods

List Custom Properties -> Array<>
get/custom-properties

List custom properties

Create A Custom Property ->
post/custom-properties

Create a custom property

Get A Custom Property ->
get/custom-properties/{id}

Get a custom property

path Parameters
id: string
Response fields
Request example
200Example
Edit A Custom Property ->
patch/custom-properties/{id}

Edit a custom property

Delete A Custom Property -> { id }
delete/custom-properties/{id}

Delete a custom property

Domain types

CustomProperty =
NewCustomProperty = { key, label, resourceType, 2 more... }