Update Model Namespace

post

/omlmod/v1/models/{modelId}

Update the namespace of the model identified by the modelId. Only the creator of a model is allowed to update the namespace of a model.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

204 Response

Successfully updated model namespace for model with specified modelId.

400 Response

Bad request.
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source

403 Response

Not authorized to update model
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Resource not found.
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Problem connecting to the repository, executing an update, or other unexpected error.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top