Skript Modul Gruppe

Skript-Modul-Gruppe

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/cmn/scripting/module-groups/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body

Skript-Modul-Gruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

namestring · max: 255Required

Name

Pattern: [a-zA-Z0-9_-]*
descriptionstringOptional

Beschreibung

appIdentifierstring · uuidOptional

Identifier der App

Responses
chevron-right
200

successful operation

application/json
put
/cmn/scripting/module-groups/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/cmn/scripting/module-groups/{id}

Create new Resource

post
Body

Skript-Modul-Gruppe

versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

namestring · max: 255Required

Name

Pattern: [a-zA-Z0-9_-]*
descriptionstringOptional

Beschreibung

appIdentifierstring · uuidOptional

Identifier der App

Responses
chevron-right
200

successful operation

application/json
post
/cmn/scripting/module-groups

Last updated

Was this helpful?