Upsert Workstation Classes

post

/config/sim/v2/devices/upsertWorkstationClasses

Updates provided fields if the Workstation Class exists; inserts a new Workstation Class if it doesn't

Request

Supported Media Types
Header Parameters
Body ()
A request body
Root Schema : schema
Type: object
Show Source
Nested Schema : name
Type: object
Workstation Class Name. Required to create a new Workstation Class.
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Back to Top

Response

Supported Media Types

200 Response

Workstation class Updated.
Body ()
Root Schema : schema
Type: object
Show Source

201 Response

Workstation Class Inserted.
Body ()
Root Schema : schema
Type: object
Show Source
Back to Top