Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
geofflamrock committed Nov 20, 2024
1 parent 769cb86 commit e53e050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uritemplates/links.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const (
RunbookSnapshotRunPreview = "/api/{spaceId}/runbookSnapshots/{snapshotId}/runbookRuns/preview/{environmentId}{?includeDisabledSteps}" // GET
RunbookRunTenantPreview = "/api/{spaceId}/projects/{projectId}/runbooks/{runbookId}/runbookRuns/previews" // POST

GitRunbookById = "/api/{spaceId}/projects/{projectId}/{gitRef}/runbooks/{id}" // GET, DELETE
GitRunbookById = "/api/{spaceId}/projects/{projectId}/{gitRef}/runbooks/{id}" // GET, DELETE
GitRunbooksByProject = "/api/{spaceId}/projects/{projectId}/{gitRef}/runbooks{?skip,take,partialName}" // GET
GitRunbookEnvironments = "/api/{spaceId}/projects/{projectId}/{gitRef}/runbooks/{runbookId}/environments" // GET
GitRunbookProcess = "/api/{spaceId}/projects/{projectId}/{gitRef}/runbookProcesses/{id}" // GET
Expand Down

0 comments on commit e53e050

Please sign in to comment.