Build with Estii

Restore a deal version

POST
/v1/deal/{id}/versions/{versionId}

Requires read_write scope.

Authorization

bearerAuth
AuthorizationBearer <token>

A personal access token (estp_) or space API key (ests_).

In: header

Path Parameters

id*string
versionId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/deal/string/versions/string" \  -H "Content-Type: application/json" \  -d '{    "space": "string"  }'
{  "success": true,  "deal": "string",  "version": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}
{  "message": "string"}