Top-Level Structure
A Bruno YAML request file contains the following top-level sections:info
Store metadata about your request.http
The HTTP request configuration.http.method
The HTTP method. Supported values:GET, POST, PUT, PATCH, DELETE, OPTIONS, HEAD, TRACE, CONNECT (uppercase).
http.params
Parameters as an array of objects with atype field to distinguish query vs path parameters.
http.headers
Request headers as an array of objects.http.body
The request body configuration.http.auth
Authentication configuration. Credentials are specified directly under theauth object. Use inherit to inherit authentication from the parent folder or collection.
none, inherit, basic, bearer, apikey, digest, oauth1, oauth2, awsv4, ntlm, wsse.