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.ar.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.ar.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.ar.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.ar.json DELETE /v1/public/accounts/{account_id}/credentials/{credential_id}