Skip to content

Commit

Permalink
feat(dom): add a new task type for moving project (#1810)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Aug 21, 2023
1 parent 7dbd663 commit 82a4aa8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/domain/v2beta1/domain_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -1087,6 +1087,8 @@ const (
TaskTypeUpdateHost = TaskType("update_host")
// Delete domain's hostname.
TaskTypeDeleteHost = TaskType("delete_host")
// Move a domain to another project.
TaskTypeMoveProject = TaskType("move_project")
)

func (enum TaskType) String() string {
Expand Down

0 comments on commit 82a4aa8

Please sign in to comment.