Skip to content

Commit

Permalink
update nexus internal openapi
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Apr 19, 2024
1 parent e41b2a2 commit 7d6784b
Showing 1 changed file with 0 additions and 49 deletions.
49 changes: 0 additions & 49 deletions openapi/nexus-internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -455,40 +455,6 @@
}
}
},
"/deployment/blueprints/generate-from-collection": {
"post": {
"summary": "Generates a new blueprint matching the specified inventory collection",
"operationId": "blueprint_generate_from_collection",
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/CollectionId"
}
}
},
"required": true
},
"responses": {
"200": {
"description": "successful operation",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/Blueprint"
}
}
}
},
"4XX": {
"$ref": "#/components/responses/Error"
},
"5XX": {
"$ref": "#/components/responses/Error"
}
}
}
},
"/deployment/blueprints/import": {
"post": {
"summary": "Imports a client-provided blueprint",
Expand Down Expand Up @@ -3199,17 +3165,6 @@
"key"
]
},
"CollectionId": {
"type": "object",
"properties": {
"collection_id": {
"$ref": "#/components/schemas/TypedUuidForCollectionKind"
}
},
"required": [
"collection_id"
]
},
"Cumulativedouble": {
"description": "A cumulative or counter data type.",
"type": "object",
Expand Down Expand Up @@ -7178,10 +7133,6 @@
"SwitchPutResponse": {
"type": "object"
},
"TypedUuidForCollectionKind": {
"type": "string",
"format": "uuid"
},
"TypedUuidForDownstairsRegionKind": {
"type": "string",
"format": "uuid"
Expand Down

0 comments on commit 7d6784b

Please sign in to comment.