neooclib payment
This commit is contained in:
@@ -28,6 +28,18 @@
|
||||
"name": "is_draft",
|
||||
"description": "draft wished",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "offset",
|
||||
"description": "offset wished",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "limit",
|
||||
"description": "limit wished",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -80,6 +92,18 @@
|
||||
"name": "is_draft",
|
||||
"description": "draft wished",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "offset",
|
||||
"description": "offset wished",
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"in": "query",
|
||||
"name": "limit",
|
||||
"description": "limit wished",
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
||||
@@ -25,6 +25,14 @@ paths:
|
||||
name: is_draft
|
||||
description: draft wished
|
||||
type: string
|
||||
- in: query
|
||||
name: offset
|
||||
description: offset wished
|
||||
type: string
|
||||
- in: query
|
||||
name: limit
|
||||
description: limit wished
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
@@ -118,6 +126,14 @@ paths:
|
||||
name: is_draft
|
||||
description: draft wished
|
||||
type: string
|
||||
- in: query
|
||||
name: offset
|
||||
description: offset wished
|
||||
type: string
|
||||
- in: query
|
||||
name: limit
|
||||
description: limit wished
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workspace} models.workspace'
|
||||
|
||||
Reference in New Issue
Block a user