Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
OK
curl --request PUT \
--url https://api.skulabs.com/purchase_order/set_tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"tags": [
"<string>"
]
}'/purchase_order/set_tags
curl --request PUT \
--url https://api.skulabs.com/purchase_order/set_tags \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"id": "<string>",
"tags": [
"<string>"
]
}'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK