Posting data to a enum field via POST call

System Information
  • Strapi Version: v4
  • Operating System: macOS
  • Database: SQLite
  • Node Version: 17.8
  • NPM Version: 8.5.5
  • Yarn Version: 1.22.18

I have a content type which has an enum field (with values one, two, three etc.). How can I post data to enum field via a POST call to the strapi api?

2 Likes