modpanel-config
  1. Profile
modpanel-config
  • Health
    • Liveliness
      GET
    • Readiness
      GET
  • Auth
    • Register
      • RegisterStart
      • RegisterVerify
      • RegisterComplete
    • Password
      • PasswordResetStart
      • PasswordResetVerify
      • PasswordResetConfirm
      • PasswordChange
    • Contacts
      • EmailChangeStart
      • EmailChangeVerify
      • PhoneChangeStart
      • PhoneChangeVerify
    • Login
      POST
    • Refresh
      POST
    • Logout
      POST
  • Profile
    • ProfileRead
      GET
    • ProfileUpdate
      PATCH
    • ProfileDelete
      DELETE
    • CityList
      GET
  • Projects
    • ProjectList
      GET
    • TagList
      GET
    • ProjectCreate
      POST
    • ProjectRead
      GET
    • ProjectUpdate
      PATCH
    • ProjectDelete
      DELETE
    • ProjectDuplicate
      POST
    • ProjectExport
      GET
    • ProjectImport
      POST
    • ProjectsArchivedRestore
      POST
    • ProjectsArchivedDelete
      DELETE
  • Public
    • PublicProject
    • PublicProjectExport
  • Schemas
    • Auth
      • Register
        • RegisterVerifyResponse
        • RegisterCompleteRequest
      • Password
        • PasswordResetVerifyResponse
        • PasswordResetConfirmRequest
        • PasswordChangeRequest
      • Contacts
        • EmailChangeRequest
        • PhoneChangeRequest
      • LoginRequest
      • AccessRefreshTokens
      • RefreshToken
      • AccessToken
      • EmailPhone
      • OTP
    • Profile
      • ProfileResponse
      • ProfileUpdateRequest
      • CityListItem
      • CityListResponse
    • Projects
      • ProjectCreateRequest
      • ProjectResponse
      • ProjectUpdateRequest
      • ProjectListItem
      • ProjectListResponse
      • TagList
    • Shared
      • PydanticValidationError
      • StatusOk
    • ApiError
  1. Profile

ProfileResponse

{
    "first_name": "string",
    "last_name": "string",
    "patronymic": "string",
    "email": "string",
    "phone": "string",
    "city": {
        "id": "string",
        "name": "string"
    }
}
Built with