Menu

Create version

Review API

POST https://api-staging-v2.logyx.it/v1/models/<id>/versions

About

Create a new version.

Previous versions cannot be changed to protect it against changes.

You can post a whole new model to create a new version with the same model id.

Example

{}

Response

{
    "code": 200,
    "message": "We have processed your request.",
    "data": {
        "model_id": 1,
        "version_id": 2
    },
    "links": {},
    "errors": []
}
Menu