CreateTemplates

Vorlagen

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
get
/cmn/create-templates/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

domainstringRequired

Domain

namestringRequired

Name

standardbooleanOptional

Standard-Vorlage?

Default: false
contentobjectRequired

Search-Dialog

Responses
chevron-right
200

successful operation

*/*
put
/cmn/create-templates/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

*/*
delete
/cmn/create-templates/{id}
get
Responses
chevron-right
200

OK

*/*
get
/cmn/create-templates
200

OK

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

domainstringRequired

Domain

namestringRequired

Name

standardbooleanOptional

Standard-Vorlage?

Default: false
contentobjectRequired

Search-Dialog

Responses
chevron-right
200

successful operation

*/*
post
/cmn/create-templates

Last updated

Was this helpful?