This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
spawntree
/
matsen-tool-be
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new export
master
Daniel
1 year ago
parent
9c157090f3
commit
faca8532ec
2 changed files
with
79 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
export/openapi.json
+78
-0
export/openapi.yaml
+ 1
- 1
export/openapi.json
File diff suppressed because it is too large
View File
+ 78
- 0
export/openapi.yaml
View File
@@ -79,6 +79,58 @@ paths:
style: form
explode: false
allowReserved: false
-
name: posting
in: query
description: ''
required: false
deprecated: false
allowEmptyValue: true
schema:
type: string
style: form
explode: false
allowReserved: false
-
name: 'posting[]'
in: query
description: ''
required: false
deprecated: false
allowEmptyValue: true
schema:
type: array
items:
type: string
style: form
explode: true
allowReserved: false
-
name: owner
in: query
description: ''
required: false
deprecated: false
allowEmptyValue: true
schema:
type: string
style: form
explode: false
allowReserved: false
-
name: 'owner[]'
in: query
description: ''
required: false
deprecated: false
allowEmptyValue: true
schema:
type: array
items:
type: string
style: form
explode: true
allowReserved: false
deprecated: false
post:
operationId: api_comments_post
@@ -908,6 +960,32 @@ paths:
style: form
explode: false
allowReserved: false
-
name: createdBy
in: query
description: ''
required: false
deprecated: false
allowEmptyValue: true
schema:
type: string
style: form
explode: false
allowReserved: false
-
name: 'createdBy[]'
in: query
description: ''
required: false
deprecated: false
allowEmptyValue: true
schema:
type: array
items:
type: string
style: form
explode: true
allowReserved: false
-
name: partner
in: query
Write
Preview
Loading…
Cancel
Save