This commit is contained in:
mr
2026-04-29 07:47:44 +02:00
parent 6a3ce4a35b
commit c03b43f844
11 changed files with 194 additions and 58 deletions

View File

@@ -231,6 +231,12 @@
"description": "find compute by id\n\u003cbr\u003e",
"operationId": "PurchaseController.GetAll",
"parameters": [
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
},
{
"in": "query",
"name": "is_draft",
@@ -288,6 +294,12 @@
"description": "find compute by key word\n\u003cbr\u003e",
"operationId": "PurchaseController.Get",
"parameters": [
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
},
{
"in": "path",
"name": "search",
@@ -329,6 +341,12 @@
"description": "find compute by id\n\u003cbr\u003e",
"operationId": "PurchaseController.Get",
"parameters": [
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
},
{
"in": "path",
"name": "id",
@@ -352,6 +370,12 @@
"description": "list all resources across all types\n\u003cbr\u003e",
"operationId": "ResourceController.GetAll",
"parameters": [
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
},
{
"in": "path",
"name": "type",
@@ -429,6 +453,12 @@
"description": "false",
"type": "string"
},
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
},
{
"in": "query",
"name": "offset",
@@ -483,7 +513,13 @@
{
"in": "query",
"name": "is_draft",
"description": "draft wished",
"description": "draft wished$",
"type": "string"
},
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
},
{
@@ -533,6 +569,12 @@
"name": "is_draft",
"description": "draft wished",
"type": "string"
},
{
"in": "query",
"name": "extend",
"description": "extend",
"type": "string"
}
],
"responses": {