Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Environment to create
Request to create a new environment
Environment object
Example:
{ "name": "my-environment" }