PATCH
/api/properties/:id/partner-urls
This endpoint allows you to modify properties (specific id)/partner urls.
Request Parameters
| Parameter | Location | Required |
|---|---|---|
| id | path | Yes |
Example Request
cURL
curl -X PATCH https://api.basebrick.com/api/properties/123/partner-urls \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'