cURL
curl --request POST \ --url https://api.eda.prisme.ai/v2/workspaces/{workspaceId}/versions/{versionId}/pull \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "repository": { "id": "<string>" } } '
{ "imported": [ "<string>" ], "errors": [ {} ], "workspace": {}, "deleted": [ "<string>" ] }
Pull a workspace version from a remote repository or rollback from current repository
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace id
Version name
Show child attributes
Success Response
Was this page helpful?