APIv1: Accounts #657
Labels
component:backend
component:frontend
The bug is in front-end
database
type:enhancement
New feature or request
Milestone
Migrate the legacy accounts API to the new router and API specification
Acceptance criteria
/api/v1/accounts
:GET
for list,POST
for creation./api/v1/accounts/:id
:PUT/PATCH
for modification,GET
for retrieving information,DELETE
for deletion./api/v1/auth/account
(replaces/api/v1/auth/me
) allowGET
to get currently logged in user information andPATCH
to update own attributes (allow modifying only a subset of the user attributes)./api/v1/auth/account
which only affects the current logged in user.Relates to: #640
FIxes: #613
The text was updated successfully, but these errors were encountered: