Logo
Zoom Public API Documentation

Create Article

POST {{baseUrl}}/km/kbs/:kbId/articles

Create a knowledge base article.

Scopes: zva:write:km_kbs

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "kb_id": "<string>", "category": "<string>", "title": "<string>", "url": "<string>", "created_at": "<dateTime>", "updated_at": "<dateTime>", "exclude": "<boolean>", "language": "zh-CN", "external_id": "<string>", "content": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/km/kbs/:kbId/articles' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"content":"\u003cstring\u003e","exclude":"\u003cboolean\u003e","title":"\u003cstring\u003e","category":"\u003cstring\u003e","url":"\u003cstring\u003e","language":"es-MX","external_id":"\u003cstring\u003e"}'

ENDPOINTS