Skip to main content
PUT
/
v1
/
companies
/
me
/
partners
/
terms
/
{id}
Update partner terms
curl --request PUT \
  --url https://api.seminode.com/v1/v1/companies/me/partners/terms/{id} \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

Partner Terms ID

Body

application/json · object

Update data

The body is of type object.

Response

partner terms updated successfully

The response is of type object.