There was an error while loading. Please reload this page.
1 parent 08bfda9 commit c766ff9Copy full SHA for c766ff9
1 file changed
data/openapi.yml
@@ -2,7 +2,7 @@ openapi: 3.0.0
2
info:
3
title: Meshery Cloud
4
description: Documentation for Meshery Cloud REST APIs.
5
- version: v1.3.39
+ version: v1.3.40
6
contact:
7
name: Meshery Maintainers
8
email: maintainers@meshery.io
@@ -1131,6 +1131,14 @@ paths:
1131
text/plain:
1132
schema:
1133
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
1142
'500':
1143
description: Internal server error
1144
content:
0 commit comments