cURL
curl --request PATCH \ --url https://api.op.xyz/v1/community/{id}/experience/{experienceId} \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>", "imageUrl": "<string>", "bannerUrl": "<string>", "codeUrl": "<string>", "startDate": "2023-11-07T05:31:56Z", "endDate": "2023-11-07T05:31:56Z" } '
{ "id": "<string>", "name": "<string>", "description": "<string>", "public": true, "secret": "<string>", "imageUrl": "<string>", "bannerUrl": "<string>", "experienceUrl": "<string>", "serverId": "<string>", "serverStatus": "active", "codeUrl": "<string>", "startDate": "2023-11-07T05:31:56Z", "endDate": "2023-11-07T05:31:56Z", "type": "web", "communityId": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "leaderboard": { "badgeId": "<string>", "metric": "<string>", "direction": "ASC", "totalPlays": 123, "prizes": [ { "name": "<string>", "description": "<string>", "imageUrl": "<string>" } ] } }
Community ID
The experience has been successfully updated
active
inactive
web
mml
unity
instant
Show child attributes