File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 42344234 },
42354235 "description" : " Not found: The requested resource was not found."
42364236 },
4237+ "409" : {
4238+ "content" : {
4239+ "application/json" : {
4240+ "schema" : {
4241+ "$ref" : " #/components/schemas/Error"
4242+ }
4243+ }
4244+ },
4245+ "description" : " Conflict with the given resource"
4246+ },
42374247 "422" : {
42384248 "content" : {
42394249 "application/json" : {
Original file line number Diff line number Diff line change 42344234 },
42354235 "description" : " Not found: The requested resource was not found."
42364236 },
4237+ "409" : {
4238+ "content" : {
4239+ "application/json" : {
4240+ "schema" : {
4241+ "$ref" : " #/components/schemas/Error"
4242+ }
4243+ }
4244+ },
4245+ "description" : " Conflict with the given resource"
4246+ },
42374247 "422" : {
42384248 "content" : {
42394249 "application/json" : {
You can’t perform that action at this time.
0 commit comments