1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Notes are read-only in the API, but can be modified with scripts (ie. transactions)

This commit is contained in:
Yohann D'ANELLO
2020-03-19 19:29:52 +01:00
parent 7794210cc8
commit 74c0fcca83
3 changed files with 23 additions and 47 deletions

View File

@ -227,6 +227,18 @@
"description": "Transfer from myself's note"
}
},
{
"model": "permission.permission",
"pk": 18,
"fields": {
"model": 35,
"query": "{}",
"type": "change",
"mask": 1,
"field": "balance",
"description": "Update a note balance with a transaction"
}
},
{
"model": "member.role",
"pk": 1,
@ -279,7 +291,8 @@
14,
15,
16,
17
17,
18
]
}
}