Skip to content
Snippets Groups Projects
Unverified Commit 16d31940 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Document entity api response requirements (#20802)

parent 136a1f64
No related branches found
No related tags found
No related merge requests found
/*
* # Entities abstract the interface between the back-end and the front-end.
*
* ## Endpoint requirements for entities:
*
* When fetching a list, each item of the list must include an `id` key/value pair.
*
* JSON must wrap response inside a `{ "data" : { …your data } }` structure.
*
* ## Required Properties:
*
* name:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment