Troubleshooting If requests fail, run or IMPORTANT: Discovery Workflow Before performing any content operations, always discover the user's content types first. Every Strapi instance has different content types, fields, and relationships. Never assume what types exist. Step 1: Discover Content Types This returns all content types with their fields. Key properties: - : The unique identifier (e.g., ) - : Either (multiple entries) or (one entry) - : Fields with their types ( , , , , , etc.) Step 2: Identify the API ID The API endpoint path is derived from the content type's plural name. For , th…