cURL
curl --request PATCH \ --url https://api.oneofnone.io/v1/activities/{id} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "title": "<string>", "caption": "<string>" } '
{ "id": 123, "type": "<string>", "created_at": "<string>", "title": "<string>", "content": "<string>", "location": "<string>", "token_id": 123, "user_id": "<string>", "image": { "url": "<string>" }, "video": { "url": "<string>", "poster_url": "<string>" }, "gallery": [ { "url": "<string>", "file_type": "<string>", "poster_url": "<string>", "order": 123 } ], "updated_at": "<string>" }
Documentation IndexFetch the complete documentation index at: https://docs.oneofnone.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.oneofnone.io/llms.txt
Use this file to discover all available pages before exploring further.
1 - 100
1 - 500
Successful response
Show child attributes