Skip to main content
POST

Authorizations

next-auth.session-token
string
cookie
required

NextAuth session JWT cookie. Development: often next-auth.session-token. Production (HTTPS): often __Secure-next-auth.session-token. Send the cookie your browser receives after sign-in.

Body

application/json
operation
enum<string>
required
Available options:
create
data
object
required

Intended create payload. Invalid documents are allowed so the endpoint can return repairable validation errors.

Response

Validation completed. The survey document may still be invalid.

data
object
required