Gets a list of all available projects.
GET/v2/projects
Gets a list of all available projects.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
projects string[]
{
"projects": [
"string"
]
}
Loading...
GET/v2/projects
Gets a list of all available projects.
OK
Schema
{
"projects": [
"string"
]
}