...
- Select Operation: Select an API endpoint.
- Description: The description of the API endpoint description.
- Depending on the operation selected, you will preview:
- id: Available with the GET and DELETE methods. Specify the ID of the item to fetch or delete.
- Payload: Available with the POST and PUT methods. The structure of the API in JSON or YAML format. You can add many more details, like authentication methods, request parameters, query parameters, or more complex schemas.
...