Spaces:
Sleeping
Sleeping
| meta { | |
| name: Upload File | |
| type: http | |
| seq: 1 | |
| } | |
| post { | |
| url: {{base_url}}/api/v1/files/ | |
| body: multipartForm | |
| auth: inherit | |
| } | |
| headers { | |
| Authorization: Bearer {{access_token}} | |
| } | |
| body:multipart-form { | |
| files: @file(/C:/Users/Ryu/Downloads/moodle_etl_technical_guidelines_minimal.csv) | |
| } | |
| settings { | |
| encodeUrl: true | |
| } | |
| docs { | |
| Upload a file | |
| } | |