김인턴
APIReferenceChannel

channel_update

Update an exact Mattermost channel display name, header, or membership after approval. `external_write` · approval · v2

POST
/tools/channel_update/invoke

Authorization

memberToken
AuthorizationBearer <token>

Tokens

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

text/plain

text/plain

text/plain

text/plain

curl -X POST "https://example.com/tools/channel_update/invoke" \  -H "Content-Type: application/json" \  -d '{    "input": {}  }'
{  "toolName": "string",  "status": "string",  "content": "string",  "isError": true,  "message": "string",  "errorCode": "string",  "retryable": true,  "result": null}