curl --request PATCH \
--url https://api.other.page/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"
}
curl --request PATCH \
--url https://api.other.page/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"
}
The experience has been successfully updated
The response is of type object
.