{ "scribe::auth.instruction.query": "To authenticate requests, include a query parameter **`:parameterName`** in the request.", "scribe::auth.instruction.body": "To authenticate requests, include a parameter **`:parameterName`** in the body of the request.", "scribe::auth.instruction.query_or_body": "To authenticate requests, include a parameter **`:parameterName`** either in the query string or in the request body.", "scribe::auth.instruction.bearer": "To authenticate requests, include an **`Authorization`** header with the value **`\"Bearer :placeholder\"`**.", "scribe::auth.instruction.basic": "To authenticate requests, include an **`Authorization`** header in the form **`\"Basic {credentials}\"`**. The value of `{credentials}` should be your username/id and your password, joined with a colon (:), and then base64-encoded.", "scribe::auth.instruction.header": "To authenticate requests, include a **`:parameterName`** header with the value **`\":placeholder\"`**.", "scribe::auth.details": "All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.", "scribe::search": "Search", "scribe::base_url": "Base URL", "scribe::headers.introduction": "Introduction", "scribe::headers.auth": "Authenticating requests", "scribe::no_auth": "This API is not authenticated.", "scribe::example_request": "Example request", "scribe::example_response": "Example response", "scribe::example_response.binary": "Binary data", "scribe::example_response.empty": "Empty response", "scribe::endpoint.request": "Request", "scribe::endpoint.headers": "Headers", "scribe::endpoint.url_parameters": "URL Parameters", "scribe::endpoint.body_parameters": "Body Parameters", "scribe::endpoint.query_parameters": "Query Parameters", "scribe::endpoint.response": "Response", "scribe::endpoint.response_fields": "Response Fields", "scribe::try_it_out.open": "Try it out ⚡", "scribe::try_it_out.cancel": "Cancel 🛑", "scribe::try_it_out.send": "Send Request 💥", "scribe::try_it_out.loading": "⏱ Sending...", "scribe::try_it_out.received_response": "Received response", "scribe::try_it_out.request_failed": "Request failed with error", "scribe::try_it_out.error_help": "Tip: Check that you're properly connected to the network.\nIf you're a maintainer of ths API, verify that your API is running and you've enabled CORS.\nYou can check the Dev Tools console for debugging information.", "scribe::links.postman": "View Postman collection", "scribe::links.openapi": "View OpenAPI spec" }