/
/Anaconda Server API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 3h ago · Updated 4w ago
account19
  • getGet full history of all system events
  • postThis allows a non-user to create an user
  • getOnce a new user is registered they must confirm their registration via an email
  • postThis allows a user to unregister their account
  • getThis is confirm that the user does want to unregister their account from repo
  • getThis gets the account data for the currently logged in user.
  • putEdit the currently logged in user's account
  • deleteDelete the account temporarily until confirmed
  • getGet user tokens for current account
  • postCreate a new user token
  • getGet information about the current user token, provided with X-Auth header
  • putUpdate user token information
  • deleteDelete specific user token
  • getGet the history logs for the account
  • get/account/history/ws
  • getGet the audit logs for the account
  • getGet channels the user has access to
  • getGet the permissions for this user's account
  • getGet the scopes for specific user account
artifacts11
auth4
channels79
cves5
diagnosis1
docs1
groups16
installers2
mirrors1
reports1
system12
users18
  • post/repo/docker/events
  • get/repo/docker/repositories/{channel_id}/{image_name}
account

Edit the currently logged in user's account

The user that is currently logged in is determined by the JWT token that is available

put/account

Request body

default_channel_namestring required

user's default channel name

Response

successful operation

Changes