Skip to content

Commit

Permalink
fix : fixed typo and updated userRole for service endpoint (#299)
Browse files Browse the repository at this point in the history
Refs: Test-1177,CPLP-3269
Reviewed-By: Phil Schneider <[email protected]>
  • Loading branch information
VPrasannaK94 authored Oct 11, 2023
1 parent a67ba94 commit bf0313a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public Task<SubscriberSubscriptionDetailData> GetSubscriptionDetailForSubscriber
/// <response code="404">Service does not exist.</response>
[HttpPut]
[Route("{subscriptionId}/unsubscribe")]
[Authorize(Roles = "unsubscribe_apps")]
[Authorize(Roles = "unsubscribe_services")]
[Authorize(Policy = PolicyTypes.ValidCompany)]
[ProducesResponseType(StatusCodes.Status204NoContent)]
[ProducesResponseType(typeof(ErrorResponse), StatusCodes.Status400BadRequest)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"date_created": "2022-01-01 00:00:00.388000 +00:00",
"date_last_changed": "2022-01-01 00:00:00.388000 +00:00",
"agreement_type": null,
"name": "I confirm that the application I want to offer has successfully received a Catena-X certificate issued by an official Conformity Assessment Body (CAB). I aknowledge to upload the certificate.",
"name": "I confirm that the application I want to offer has successfully received a Catena-X certificate issued by an official Conformity Assessment Body (CAB). I acknowledge to upload the certificate.",
"issuer_company_id": "2dc4249f-b5ca-4d42-bef1-7a7a950a4f87",
"use_case_id": "1aacde78-35ec-4df3-ba1e-f988cddcbbd9",
"document_id": null
Expand Down

0 comments on commit bf0313a

Please sign in to comment.