|
Methods defined here:
- __init__(self)
- get = method(self, **kwargs)
- Returns the profile information for the authenticated user.
Args:
- patch = method(self, **kwargs)
- Updates the profile information for the authenticated user. This method supports patch semantics.
Args:
body: object, The request body. (required)
- update = method(self, **kwargs)
- Updates the profile information for the authenticated user.
Args:
body: object, The request body. (required)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
|