Tags

Tags

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/cmn/tags/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

List of tags

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Tag-Typen

Possible values:
labelstringRequired

Beschriftung des Tags

colorstringOptional

Farbe für die Anzeige des Tags

editColorstringOptional

Farbe in Verwaltungs-GUI

searchColorstringOptional

Farbe in Such-GUI

Responses
chevron-right
200

successful operation

application/json
put
/cmn/tags/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/cmn/tags/{id}

Create new Resource

post
Body

List of tags

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

typestring · enumRequired

Tag-Typen

Possible values:
labelstringRequired

Beschriftung des Tags

colorstringOptional

Farbe für die Anzeige des Tags

editColorstringOptional

Farbe in Verwaltungs-GUI

searchColorstringOptional

Farbe in Such-GUI

Responses
chevron-right
200

successful operation

application/json
post
/cmn/tags

Last updated

Was this helpful?