curl-s-H'Authorization: Bearer <your API token>'-X POST -H"Content-Type: application/json" \
-d'{"discoverable": true}' \
'https://coda.io/apis/v1/docs/<doc ID>/publish'# => Will be discoverable
响应示例响应示例
202 - 示例 1
{"requestId":"abc-123-def-456"}
请求参数
Path 参数
Body 参数application/json
示例
返回响应
🟢202Confirmation that the publish request was accepted.