DiceX DevelopersDiceX API Docs

Change Folder Meetings Pass Code

PATCH
/api/v1/OnlineMeeting/ChangeFolderMeetingsPassCode
ApiKey<token>

API Key needed to access the endpoints. Example: "ApiKey: {key}"

In: header

Query Parameters

folderId?integer
Formatint64

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X PATCH "https://gateway.dicex.me/api/v1/OnlineMeeting/ChangeFolderMeetingsPassCode" \  -H "Content-Type: application/json" \  -d '{}'
{
  "isSuccess": true,
  "message": "string",
  "value": 0
}