GET request to fetch the latest data before updating a member.
A minimal example for updating the name of a member.
// PUT /admin/members/{id}/
{
"members": [
{
"name": "Jamie II"
}
]
}
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
// PUT /admin/members/{id}/
{
"members": [
{
"name": "Jamie II"
}
]
}
PUT /admin/members/{id}/
GET request to fetch the latest data before updating a member.
A minimal example for updating the name of a member.
// PUT /admin/members/{id}/
{
"members": [
{
"name": "Jamie II"
}
]
}
