cURL
curl --request PUT \ --url https://api.example.com/api/Meetings/{meetingId} \ --header 'Content-Type: multipart/form-data' \ --form 'files=<string>' \ --form files.items='@example-file'
{ "value": 123 }
Show child attributes
OK
Was this page helpful?