cURL
curl --request PUT \ --url http://localhost:3000/api/v1/resources/{filename} \ --header 'Content-Type: application/json' \ --cookie nut-session= \ --data ' { "description": "<string>", "proposalId": "<string>" } '
{ "success": true, "data": { "resource": { "filename": "<string>", "type": "image", "mimeType": "<string>", "size": 123, "description": "<string>", "proposalId": "<string>", "url": "<string>", "thumbnailUrl": "<string>", "createdAt": "2023-11-07T05:31:56Z" } } }
Update resource metadata
Session cookie authentication
Resource filename
Resource updated
Show child attributes
image
video
audio
document
other
MIME type
File size in bytes
Resource URL
Thumbnail URL (for images/videos)