Environments
Environment api reference
Create environment
POST
https://localhost:44362/environments/
This endpoint allows you to get free cakes.
Headers
Name
Type
Description
Content-Type
string
The Content-Type entity header is used to indicate the media type. Use application/json
Request Body
Name
Type
Description
project
object
id
string
Unique identifier environment
name
string
Name of environment
Get environment
GET
https://localhost:44362/:projectId
Get environment by project id
Query Parameters
Name
Type
Description
projectId
string
Project identifier
Headers
Name
Type
Description
Content-Type
string
The Content-Type header is used to indicate the media type. Use application/json
Last updated