Extend
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user