Skip to content

MORPH-15040: API docs for cluster UUID support - #368

Merged
sax6575 merged 1 commit into
dev-9.1from
morph-15040-cluster-uuid-docs
Sep 21, 2026
Merged

sax6575 merged 1 commit into
dev-9.1from
morph-15040-cluster-uuid-docs

Conversation

@sax6575

@sax6575 sax6575 commented Sep 17, 2026

Copy link
Copy Markdown
Contributor
  • Get All Clusters (GET /api/clusters): adds a repeatable uuid query param that filters the list (?uuid=A&uuid=B); non-matching UUIDs are ignored.
  • Get Cluster by ID (GET /api/clusters/{clusterId}): the path segment now accepts either the numeric cluster ID or the cluster UUID string.
  • Adds the uuid field to the clusters list-item response schema for parity with the single-cluster schema.

Changes

  • components/parameters/clustersUuid.yaml — new cluster-specific uuid query filter param
  • components/parameters/clusterIdOrUuid-path.yaml — new id-or-uuid path param (scoped to the get-by-id GET only)
  • paths/api@clusters.yaml — wire up the uuid filter on listClusters
  • paths/api@clusters@id.yaml — use id-or-uuid param on getCluster; PUT/DELETE unchanged (still numeric ID)
  • components/schemas/clusters.yaml — add uuid to list items

@sax6575 sax6575 self-assigned this Sep 17, 2026
@sax6575
sax6575 merged commit 2af8253 into dev-9.1 Sep 21, 2026
3 of 4 checks passed
@sax6575
sax6575 deleted the morph-15040-cluster-uuid-docs branch September 22, 2026 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants