Skip to content

Commit

Permalink
Add #191 Align APIs to GovStack: Change URL paths for service endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
albinpa authored and georgepadayatti committed Oct 4, 2023
1 parent 201a850 commit 50f5b0f
Show file tree
Hide file tree
Showing 11 changed files with 684 additions and 7 deletions.
2 changes: 1 addition & 1 deletion resources/config
13 changes: 7 additions & 6 deletions src/config/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ const (

// All http path url variables
const (
OrganizationId = "organizationId"
DataAgreementId = "dataAgreementId"
DataAttributeId = "dataAttributeId"
WebhookId = "webhookId"
WebhookDeliveryId = "deliveryId"
PolicyId = "policyId"
OrganizationId = "organizationId"
DataAgreementId = "dataAgreementId"
DataAttributeId = "dataAttributeId"
WebhookId = "webhookId"
WebhookDeliveryId = "deliveryId"
PolicyId = "policyId"
DataAgreementRecordId = "dataAgreementRecordId"
)
Loading

0 comments on commit 50f5b0f

Please sign in to comment.