Skip to content

Commit

Permalink
remove update a source from api docs (project-koku#3722)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fozzywozzybear authored Jun 27, 2022
1 parent bcb304f commit b09ffc9
Showing 1 changed file with 0 additions and 73 deletions.
73 changes: 0 additions & 73 deletions docs/specs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -3845,79 +3845,6 @@
}
}
}
},
"patch": {
"tags": [
"Sources"
],
"summary": "Update a source",
"operationId": "updateSource",
"parameters": [{
"name": "source_id",
"in": "path",
"description": "ID of source to update",
"required": true,
"schema": {
"type": "integer",
"format": "int64",
"example": 1
}
}],
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SourceIn"
}
}
},
"required": true
},
"security": [{
"basic_auth": []
}],
"responses": {
"200": {
"description": "A Source object",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/SourceOut"
}
}
}
},
"424": {
"description": "Dependency not available",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/DependencyError"
}
}
}
},
"404": {
"description": "Not Found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
}
}
}
},
"500": {
"description": "Unexpected Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Error"
}
}
}
}
}
}
},
"/sources/{source_id}/stats/": {
Expand Down

0 comments on commit b09ffc9

Please sign in to comment.