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 '{}'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.seminode.com/llms.txt

Use this file to discover all available pages before exploring further.

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

Update data

The body is of type object.

Response

partner terms updated successfully

The response is of type object.