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

23 lines
487 B
YAML

patch:
tags:
- clusters
summary: Modifies a given cluster.
requestBody:
required: true
content:
application/json:
schema:
$ref: '../../schemas/ClusterInfo.yaml'
parameters:
- in: path
name: cluster_id
schema:
type: integer
responses:
200:
content:
application/json:
schema:
$ref: '../../schemas/ClusterInfo.yaml'
404:
description: Cluster id was invalid or not found.