Merge pull request #46 from sgmap/private-fields-in-api
Update the apipie_examples JSON so that it shows champs_private
This commit is contained in:
commit
720c40e599
1 changed files with 12 additions and 0 deletions
|
@ -86,6 +86,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"champs_private": [
|
||||||
|
{
|
||||||
|
"value": null,
|
||||||
|
"type_de_champ": {
|
||||||
|
"id": 1,
|
||||||
|
"libelle": "Description privée",
|
||||||
|
"type_champ": "text",
|
||||||
|
"order_place": 0,
|
||||||
|
"description": "description privée"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
"pieces_justificatives": [
|
"pieces_justificatives": [
|
||||||
{
|
{
|
||||||
"url": null,
|
"url": null,
|
||||||
|
|
Loading…
Reference in a new issue