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

19 lines
391 B
YAML

get:
tags:
- clusters
summary: Returns info about the file cluster
responses:
200:
description: Json object
content:
application/json:
schema:
$ref: '../../schemas/ClusterInfo.yaml'
404:
description: Cluster id was invalid or not found.
parameters:
- in: path
name: cluster_id
schema:
type: integer