Documentation Index
Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt
Use this file to discover all available pages before exploring further.
Мастер-пароли
Сгенерированный справочник для конечных точек Мастер-пароли. Эта сгенерированная страница группирует все операции публичного API в категории Мастер-пароли.Конечные точки
- GET /v1/public/accounts/{account_id}/credentials - Список мастер-паролей
- POST /v1/public/accounts/{account_id}/credentials - Создать мастер-пароль
- PATCH /v1/public/accounts/{account_id}/credentials/{credential_id} - Обновить мастер-пароль
- DELETE /v1/public/accounts/{account_id}/credentials/{credential_id} - Удалить мастер-пароль
Список мастер-паролей
GET/v1/public/accounts/{account_id}/credentials
Список мастер-паролей
List master passwords under the path account.
Полный справочник: GET /v1/public/accounts/{account_id}/credentials
Справочник OpenAPI:
/openapi.ru.json GET /v1/public/accounts/{account_id}/credentialsСоздать мастер-пароль
POST/v1/public/accounts/{account_id}/credentials
Создать мастер-пароль
Create a master password under the path account.
Полный справочник: POST /v1/public/accounts/{account_id}/credentials
Справочник OpenAPI:
/openapi.ru.json POST /v1/public/accounts/{account_id}/credentialsОбновить мастер-пароль
PATCH/v1/public/accounts/{account_id}/credentials/{credential_id}
Обновить мастер-пароль
Rename a master password under the path account.
Полный справочник: PATCH /v1/public/accounts/{account_id}/credentials/{credential_id}
Справочник OpenAPI:
/openapi.ru.json PATCH /v1/public/accounts/{account_id}/credentials/{credential_id}Удалить мастер-пароль
DELETE/v1/public/accounts/{account_id}/credentials/{credential_id}
Удалить мастер-пароль
Delete a master password under the path account.
Полный справочник: DELETE /v1/public/accounts/{account_id}/credentials/{credential_id}
Справочник OpenAPI:
/openapi.ru.json DELETE /v1/public/accounts/{account_id}/credentials/{credential_id}