This commit is contained in:
a2a-platform
2026-06-29 00:38:27 +00:00
parent c8cea595f2
commit e45ff7e55d
30 changed files with 2437 additions and 2292 deletions

View File

@@ -13,13 +13,6 @@ For write, update, or delete operations, state the intended action before callin
## Operations
### refresh_api_v1_auth_refresh_get
- Operation ID: `refresh_api_v1_auth_refresh_get`
- Route: `GET /api/v1/auth/refresh`
- Mode: READ
- Summary: Refresh access token
### login_api_v1_auth_login_post
- Operation ID: `login_api_v1_auth_login_post`
@@ -28,6 +21,13 @@ For write, update, or delete operations, state the intended action before callin
- Summary: Log in with email and password
- Body: JSON request body accepted.
### logout_api_v1_auth_logout_delete
- Operation ID: `logout_api_v1_auth_logout_delete`
- Route: `DELETE /api/v1/auth/logout`
- Mode: WRITE
- Summary: Log out the current user
### third_party_login_api_v1_auth_oauth_post
- Operation ID: `third_party_login_api_v1_auth_oauth_post`
@@ -38,12 +38,20 @@ For write, update, or delete operations, state the intended action before callin
- `org_id` in `query`
- Body: JSON request body accepted.
### logout_api_v1_auth_logout_delete
### refresh_api_v1_auth_refresh_get
- Operation ID: `logout_api_v1_auth_logout_delete`
- Route: `DELETE /api/v1/auth/logout`
- Operation ID: `refresh_api_v1_auth_refresh_get`
- Route: `GET /api/v1/auth/refresh`
- Mode: READ
- Summary: Refresh access token
### api_resend_verification_email_api_v1_auth_resend_veri_048a435ed9
- Operation ID: `api_resend_verification_email_api_v1_auth_resend_verification_post`
- Route: `POST /api/v1/auth/resend-verification`
- Mode: WRITE
- Summary: Log out the current user
- Summary: Resend verification email
- Body: JSON request body accepted.
### api_verify_email_api_v1_auth_verify_email_post
@@ -52,11 +60,3 @@ For write, update, or delete operations, state the intended action before callin
- Mode: WRITE
- Summary: Verify user email
- Body: JSON request body accepted.
### api_resend_verification_email_api_v1_auth_resend_verification_post
- Operation ID: `api_resend_verification_email_api_v1_auth_resend_verification_post`
- Route: `POST /api/v1/auth/resend-verification`
- Mode: WRITE
- Summary: Resend verification email
- Body: JSON request body accepted.