Skip to content

Commit 3d44727

Browse files
author
github-actions
committed
Update REST API documentation Mon Nov 17 10:28:35 UTC 2025
1 parent a22530f commit 3d44727

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

restapi.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4114,6 +4114,16 @@
41144114
}
41154115
}
41164116
},
4117+
"409": {
4118+
"description": "Failure",
4119+
"content": {
4120+
"application/json": {
4121+
"schema": {
4122+
"$ref": "#/components/schemas/AlreadyExistsResponse"
4123+
}
4124+
}
4125+
}
4126+
},
41174127
"422": {
41184128
"description": "Failure",
41194129
"content": {

0 commit comments

Comments
 (0)