PATCH
/
community
/
{id}
/
experience
/
{experienceId}
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"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Community ID

experienceId
string
required

Body

application/json

Response

200
application/json
The experience has been successfully updated

The response is of type object.