cURL
curl --request PUT \ --url https://api.opx.co/partners/v1/materials/{id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "brand_name": "<string>" } '
{ "data": { "id": 123, "name": "<string>", "brand_name": "<string>" } }
Documentation IndexFetch the complete documentation index at: https://docs.opx.co/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.opx.co/llms.txt
Use this file to discover all available pages before exploring further.
MaterialResource
Show child attributes