Upload dep token for a public key for a tenant based on ID of DEP public key
Security
tenant_apiKey
- Mock serverhttps://api.esper.io/_mock/openapi/tenant/v0/deptokens/{id}/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/tenant/v0/deptokens/{id}/
curl -i -X PUT \
'https://api.esper.io/_mock/openapi/tenant/v0/deptokens/{id}/' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string \
-F token_name=stringResponse
{ "code": 0, "message": "string", "content": { "schema": { … } } }