Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Body
Unique identifier of the project that the data is associated with.
The data's title.
Maximum length:
200
Example:
"My First Data"
The data's fields.
The initial content of the data, which may include plain text or HTML content.
Maximum length:
100000
Example:
"This is my new data that will talk about the key learnings of the interview."
Response
201