spec: add missing /request/files handler
Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
@@ -342,6 +342,10 @@ following resource paths:
|
||||
│ │ └──── <name>
|
||||
│ ├──── form form-urlencoded form fields
|
||||
│ │ └──── <name>
|
||||
│ ├──── files Files uploaded via multi-part form fields
|
||||
│ │ └──── <name>
|
||||
│ │ └──── filename Original file name
|
||||
│ │ └──── content The file content
|
||||
│ └──── body HTTP request body
|
||||
│
|
||||
└─ response All information related to the HTTP request. Write-Only
|
||||
|
||||
Reference in New Issue
Block a user