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

@@ -183,6 +183,10 @@ paths:
<br>
operationId: PurchaseController.GetAll
parameters:
- in: query
name: extend
description: extend
type: string
- in: query
name: is_draft
description: draft wished
@@ -224,6 +228,10 @@ paths:
<br>
operationId: PurchaseController.Get
parameters:
- in: query
name: extend
description: extend
type: string
- in: path
name: id
description: the id you want to get
@@ -241,6 +249,10 @@ paths:
<br>
operationId: PurchaseController.Get
parameters:
- in: query
name: extend
description: extend
type: string
- in: path
name: search
description: the search you want to get
@@ -270,6 +282,10 @@ paths:
<br>
operationId: ResourceController.GetAll
parameters:
- in: query
name: extend
description: extend
type: string
- in: path
name: type
description: the type you want to get
@@ -335,6 +351,10 @@ paths:
name: is_draft
description: draft wished
type: string
- in: query
name: extend
description: extend
type: string
responses:
"200":
description: '{resource} models.resource'
@@ -403,6 +423,10 @@ paths:
name: is_draft
description: "false"
type: string
- in: query
name: extend
description: extend
type: string
- in: query
name: offset
description: "false"
@@ -441,7 +465,11 @@ paths:
type: string
- in: query
name: is_draft
description: draft wished
description: draft wished$
type: string
- in: query
name: extend
description: extend
type: string
- in: query
name: offset