mirror of
https://github.com/katanemo/plano.git
synced 2026-06-20 15:28:07 +02:00
add ability to specify custom http headers in api endpoint
This commit is contained in:
parent
a7feb6bffb
commit
a0db504fe4
4 changed files with 24 additions and 8 deletions
|
|
@ -131,6 +131,10 @@ properties:
|
|||
enum:
|
||||
- GET
|
||||
- POST
|
||||
http_headers:
|
||||
type: object
|
||||
additionalProperties:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
required:
|
||||
- name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue