Files
update file
Files
update file
PUT
/
api
/
v1
/
files
/
{id}
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
}'
Authorizations
Path Parameters
id
Body
application/json
Response
200
successful
Was this page helpful?
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
}'