fix: ship refine 201 response

This commit is contained in:
SpaceAdmiral 2023-06-17 08:04:19 -07:00
parent 0165d506b2
commit b01b55fd14

View File

@ -1548,11 +1548,11 @@
} }
}, },
"responses": { "responses": {
"200": { "201": {
"content": { "content": {
"application/json": { "application/json": {
"schema": { "schema": {
"title": "Ship Refine 200 Response", "title": "Ship Refine 201 Response",
"type": "object", "type": "object",
"properties": { "properties": {
"data": { "data": {