codabench_request
Send custom HTTP requests to the Codabench API for operations not covered by dedicated tools. Supports GET, POST, PUT, DELETE, and more with proper configuration.
Instructions
Generic Codabench REST escape hatch. Use when no curated tool fits. Path must start with '/api/'. By default only GET/HEAD/OPTIONS are allowed; start the server with CODABENCH_ALLOW_WRITE_RAW=1 to permit POST/PUT/PATCH/DELETE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes | ||
| params | No | ||
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||