Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyang Zhu committed Dec 5, 2023
1 parent cb8f3b2 commit 0eecb23
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ mvn checkstyle:check
### Consents
- #### /consent
- #### /consents
- `POST`
- Description: Create a new consent
- Authentication: Required
Expand All @@ -370,7 +370,7 @@ mvn checkstyle:check
- Status Code: `409`
- Message: `Consent with ID {consentId} already exists`
- #### /consent/{consentId}
- #### /consents/{consentId}
- `GET`
- Description: Get consent by consentId
- Authentication: Required
Expand All @@ -386,7 +386,7 @@ mvn checkstyle:check
- On Error - Not Found
- Status Code: `404`
- #### /consent/{consentId}
- #### /consents/{consentId}
- `PUT`
- Description: Update a consent
- Authentication: Required
Expand All @@ -411,7 +411,7 @@ mvn checkstyle:check
- On Error - Not Found
- Status Code: `404`
- #### /consent/{consentId}
- #### /consents/{consentId}
- `DELETE`
- Description: Delete a consent
- Authentication: Required
Expand Down Expand Up @@ -450,7 +450,7 @@ mvn checkstyle:check
- On Error - Not Found
- Status Code: `404`
- #### /consent/profile/{profileId}
- #### /consents/profile/{profileId}
- `GET`
- Description: Get the consent info under the given ProfileId
- Authentication: Required
Expand All @@ -459,7 +459,7 @@ mvn checkstyle:check
- Status Code: `200`
- JSON - Consent info
- #### /consent/user/{userId}
- #### /consents/user/{userId}
- `GET`
- Description: Get the consent info under the given UserId
- Authentication: Required
Expand Down

0 comments on commit 0eecb23

Please sign in to comment.