mirror of
https://github.com/katanemo/plano.git
synced 2026-07-05 15:52:12 +02:00
use GET as default http method
This commit is contained in:
parent
ea086b6ff9
commit
9a1dbc60b8
9 changed files with 16 additions and 5 deletions
|
|
@ -101,7 +101,6 @@ prompt_targets:
|
|||
required: true
|
||||
type: str
|
||||
in_path: true
|
||||
http_method: GET
|
||||
endpoint:
|
||||
name: frankfurther_api
|
||||
path: /v1/latest?base=USD&symbols={currency_symbol}
|
||||
|
|
@ -110,7 +109,6 @@ prompt_targets:
|
|||
|
||||
- name: get_supported_currencies
|
||||
description: Get list of supported currencies for conversion
|
||||
http_method: GET
|
||||
endpoint:
|
||||
name: frankfurther_api
|
||||
path: /v1/currencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue