Skip to content

Commit

Permalink
Added parameter to UpdateApplication interface (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
PCloughster authored Aug 16, 2024
1 parent 60cec46 commit a322435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/service/account/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ type AccountService interface {
GetServicesPaginated(parameters connection.APIRequestParameters) (*connection.Paginated[ApplicationService], error)
GetApplication(appID string) (Application, error)
CreateApplication(req CreateApplicationRequest) (CreateApplicationResponse, error)
UpdateApplication(req UpdateApplicationRequest) error
UpdateApplication(appID string, req UpdateApplicationRequest) error
GetApplicationServices(appID string) (ApplicationServiceMapping, error)
SetApplicationServices(appID string, req SetServiceRequest) error
GetApplicationRestrictions(appID string) (ApplicationRestriction, error)
Expand Down

0 comments on commit a322435

Please sign in to comment.