Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"name": "Lube Oil, Shell, CYLINDER OIL TEST",
"products_id": [
"d055ee39-4156-4502-8739-d212c96a1303"
]
}
Request Code Samples
curl --location --request PUT 'https://mazu-lan.concise.co.id/api/v1/main/catalogues/114434f5-f289-4abc-8b8b-8a59786b08d6' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Lube Oil, Shell, CYLINDER OIL TEST",
"products_id": [
"d055ee39-4156-4502-8739-d212c96a1303"
]
}'
Responses
application/json Modified at 2025-08-27 03:50:30