curl --request PUT \
--url https://{defaultHost}/api/v1/files/{id} \
--header 'Content-Type: application/json' \
--header 'X-Authorization: <api-key>' \
--data '{
"user_id": 123,
"link_id": 123,
"category": "<string>",
"repository_link_id": 123
}'
curl --request PUT \
--url https://{defaultHost}/api/v1/files/{id} \
--header 'Content-Type: application/json' \
--header 'X-Authorization: <api-key>' \
--data '{
"user_id": 123,
"link_id": 123,
"category": "<string>",
"repository_link_id": 123
}'
id
successful
Was this page helpful?