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
-
modelId(required): string
Model identifier.
Supported Media Types
- application/json
Response
Supported Media Types
- application/json
204 Response
Successfully updated model namespace for model with specified modelId.
400 Response
Bad request.
401 Response
Unauthorized.
403 Response
Not authorized to update model
404 Response
Resource not found.
500 Response
Problem connecting to the repository, executing an update, or other unexpected error.