Skip to main content
Version: Next

Agree to a negotiation

POST 

/api/management/negotiations/:processId/agreement

Agree to a negotiation

Request

Path Parameters

    processId stringrequired

    Process ID of the negotiation

Responses

Schema
    statusstring

Authorization: oauth2

name: oauth2type: oauth2scopes: controlplane_admin,controlplane_dataplaneflows: {
  "password": {
    "scopes": {
      "controlplane_admin": "controlplane_admin",
      "controlplane_dataplane": "controlplane_dataplane"
    }
  }
}
curl -L -X POST 'https://tsg.dataspac.es/api/management/negotiations/:processId/agreement' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <token>'
Request Collapse all
Auth
Parameters
— pathrequired