MAKING CREDENTIALS WORKS
This commit is contained in:
+6
-6
@@ -585,7 +585,7 @@ Delete a credential and all associated secure values.
|
||||
|
||||
### Get Credential Type by ID or Name
|
||||
|
||||
**GET** `/credential-type/credential-types/:identifier`
|
||||
**GET** `/credential-type/:identifier`
|
||||
|
||||
Fetch a single credential type by its ID or name.
|
||||
|
||||
@@ -636,7 +636,7 @@ Fetch a single credential type by its ID or name.
|
||||
|
||||
### Get All Credential Types
|
||||
|
||||
**GET** `/credential-type/credential-types`
|
||||
**GET** `/credential-type`
|
||||
|
||||
Fetch all credential types in the system.
|
||||
|
||||
@@ -676,7 +676,7 @@ Fetch all credential types in the system.
|
||||
|
||||
### Create Credential Type
|
||||
|
||||
**POST** `/credential-type/credential-types`
|
||||
**POST** `/credential-type`
|
||||
|
||||
Create a new credential type with field definitions.
|
||||
|
||||
@@ -731,7 +731,7 @@ Create a new credential type with field definitions.
|
||||
|
||||
### Update Credential Type
|
||||
|
||||
**PATCH** `/credential-type/credential-types/:id`
|
||||
**PATCH** `/credential-type/:id`
|
||||
|
||||
Update a credential type's properties or field definitions.
|
||||
|
||||
@@ -794,7 +794,7 @@ Update a credential type's properties or field definitions.
|
||||
|
||||
### Delete Credential Type
|
||||
|
||||
**DELETE** `/credential-type/credential-types/:id`
|
||||
**DELETE** `/credential-type/:id`
|
||||
|
||||
Delete a credential type. This will cascade delete all credentials of this type.
|
||||
|
||||
@@ -821,7 +821,7 @@ Delete a credential type. This will cascade delete all credentials of this type.
|
||||
|
||||
### Get Credentials by Type
|
||||
|
||||
**GET** `/credential-type/credential-types/:id/credentials`
|
||||
**GET** `/credential-type/:id/credentials`
|
||||
|
||||
Fetch all credentials that use a specific credential type.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user