Affiliate Endpoints
Update Affiliate
Updates an Affiliate based on their ID
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Affiliate update details
The body is of type object
.
Response
200
Affiliate updated successfully