mirror of
https://gitea.com/gitea/tea.git
synced 2026-03-04 19:23:32 +01:00
Parse multiple values in api subcommand (#911)
Co-authored-by: techknowlogick <techknowlogick@gitea.com> Co-committed-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
committed by
techknowlogick
parent
e3c550ff22
commit
c031db2413
@@ -1819,6 +1819,8 @@ Make an authenticated API request
|
||||
|
||||
**--Field, -F**="": Add a typed field to the request body (key=value, @file, or @- for stdin)
|
||||
|
||||
**--data, -d**="": Raw JSON request body (use @file to read from file, @- for stdin)
|
||||
|
||||
**--field, -f**="": Add a string field to the request body (key=value)
|
||||
|
||||
**--header, -H**="": Add a custom header (key:value)
|
||||
|
||||
Reference in New Issue
Block a user