Skip to content

Response types

Eli Selkin edited this page Mar 22, 2020 · 1 revision

Response types will always be JSON, in the format:

{
   success: boolean,
   errors: object
}

Clone this wiki locally