Intermédiaire
OpenAPI Specification
Generate an OpenAPI 3.0 spec documentation for a hypothetical API.
📝 Prompt Content
Design an OpenAPI 3.0 specification (in YAML format within a code block) for a RESTful API that manages a 'Task Management' system. Include endpoints for creating, reading, updating, and deleting tasks. Define the schema for the 'Task' object, including parameters like ID, title, status, and due date. Implement authentication requirements using Bearer tokens.