Create Collection Field
Create a custom field in a collection.
Slugs must be all lowercase letters without spaces. If you pass a string with uppercase letters and/or spaces to the “Slug” property, Webflow will convert the slug to lowercase and replace spaces with ”-.” This endpoint does not currently support bulk creation.
Required scope | cms:write
Path parameters
collection_id
Unique identifier for a Collection
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The field to create
OR
OR
Response
Request was successful
OR
OR