Skip to content

Commit c766ff9

Browse files
suttonskatemeshery-ci
authored andcommitted
[Docs] Update REST API Documentation
Signed-off-by: meshery <ci@meshery.io>
1 parent 08bfda9 commit c766ff9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

data/openapi.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.0
22
info:
33
title: Meshery Cloud
44
description: Documentation for Meshery Cloud REST APIs.
5-
version: v1.3.39
5+
version: v1.3.40
66
contact:
77
name: Meshery Maintainers
88
email: maintainers@meshery.io
@@ -1131,6 +1131,14 @@ paths:
11311131
text/plain:
11321132
schema:
11331133
type: string
1134+
'409':
1135+
description: >-
1136+
Badge label conflict. The badge label is already owned by a different organization, so the upsert was
1137+
refused rather than overwriting another organization's badge.
1138+
content:
1139+
text/plain:
1140+
schema:
1141+
type: string
11341142
'500':
11351143
description: Internal server error
11361144
content:

0 commit comments

Comments
 (0)