Document public_bio and private_notes
This commit is contained in:
parent
6e2ac25752
commit
2ffaa4c28c
|
@ -103,6 +103,8 @@ Full User
|
||||||
"birthdate": null,
|
"birthdate": null,
|
||||||
"is_minor": false,
|
"is_minor": false,
|
||||||
"guardian_name": "",
|
"guardian_name": "",
|
||||||
|
"public_bio": "",
|
||||||
|
"private_notes": "",
|
||||||
"is_director": false,
|
"is_director": false,
|
||||||
"is_staff": true,
|
"is_staff": true,
|
||||||
"is_instructor": false,
|
"is_instructor": false,
|
||||||
|
@ -237,6 +239,8 @@ Member Details
|
||||||
"birthdate": null,
|
"birthdate": null,
|
||||||
"is_minor": false,
|
"is_minor": false,
|
||||||
"guardian_name": "",
|
"guardian_name": "",
|
||||||
|
"public_bio": "",
|
||||||
|
"private_notes": "",
|
||||||
"is_director": false,
|
"is_director": false,
|
||||||
"is_staff": false,
|
"is_staff": false,
|
||||||
"is_instructor": false,
|
"is_instructor": false,
|
||||||
|
@ -298,6 +302,8 @@ Edit Member Details
|
||||||
:json birthdate: optional, YYYY-MM-DD
|
:json birthdate: optional, YYYY-MM-DD
|
||||||
:json boolean is_minor:
|
:json boolean is_minor:
|
||||||
:json guardian_name: optional
|
:json guardian_name: optional
|
||||||
|
:json public_bio: optional
|
||||||
|
:json private_notes: optional
|
||||||
|
|
||||||
**Admins**
|
**Admins**
|
||||||
|
|
||||||
|
@ -310,7 +316,7 @@ Edit Member Details
|
||||||
:json current_start_date: When to start counting their membership dues from.
|
:json current_start_date: When to start counting their membership dues from.
|
||||||
Would only differ from application_date for accounting reasons, YYYY-MM-DD.
|
Would only differ from application_date for accounting reasons, YYYY-MM-DD.
|
||||||
:json vetted_date: YYYY-MM-DD
|
:json vetted_date: YYYY-MM-DD
|
||||||
:json monthly_fees: for display only
|
:json monthly_fees: used to match PayPal transactions
|
||||||
|
|
||||||
:requestheader Authorization: ``Token <token>``
|
:requestheader Authorization: ``Token <token>``
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user