Files
IDHAN/docs/api/paths/clusters/list.yaml
2025-03-13 06:39:37 -04:00

15 lines
335 B
YAML

get:
tags:
- clusters
summary: Returns a json list of all cluster ids in use.
responses:
200:
description: Returns a json array with the ids currently in use
content:
application/json:
schema:
type: array
example:
- 1
- 2
- 3