Creates new model
POST/iot/models
Creates new model. User identified by the provided access token will be the model's owner.
Authorization Action:
core:models:create
Request
Responses
- 201
- 400
- 401
- 409
- 415
- 500
Model created successfully.
Response Headers
Location
URL to created model resource.
Failed due to malformed JSON.
Missing or invalid access token provided.
Entity already exist.
Missing or invalid content type.
Unexpected server error.