Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
pggb25 committed Dec 20, 2024
1 parent 460aeb6 commit 59d53e7
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ tags:
- name: Members
- name: Organization
- name: Organization Account Git Repositories
- name: Organization Cluster Lock
- name: Organization Main Calls
- name: Organization Custom Role
- name: Organization Event
Expand All @@ -120,6 +121,7 @@ x-tagGroups:
- Organization Main Calls
- Organization Api Token
- Organization Account Git Repositories
- Organization Cluster Lock
- Organization Webhook
- Organization Custom Role
- Organization Event
Expand Down Expand Up @@ -11040,7 +11042,8 @@ paths:
required: true
post:
summary: Lock Cluster
tags: []
tags:
- Clusters
responses:
'200':
description: OK
Expand All @@ -11065,7 +11068,8 @@ paths:
$ref: '#/components/schemas/ClusterLockRequest'
delete:
summary: Unlock Cluster
tags: []
tags:
- Clusters
responses:
'204':
description: No Content
Expand Down Expand Up @@ -11097,7 +11101,8 @@ paths:
required: true
get:
summary: List locked Cluster by organization
tags: []
tags:
- Organization Cluster Lock
responses:
'200':
description: OK
Expand All @@ -11107,7 +11112,7 @@ paths:
schema:
type: array
items:
$ref: '#/components/schemas/ClusterLock'
$ref: '#/components/schemas/ClusterLockList'
'401':
description: Unauthorized
'403':
Expand Down

0 comments on commit 59d53e7

Please sign in to comment.