API referenceAdmin
POST /admin/orgs/{orgId}/trial
Path Parameters
orgId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/problem+json
curl -X POST "https://example.com/admin/orgs/string/trial" \ -H "Content-Type: application/json" \ -d '{ "days": 0 }'{ "$schema": "https://example.com/schemas/OkOutputBody.json", "ok": true}days*integer
Trial length in days from now
Format
int64