Skip to content

Commit

Permalink
add beta tags for the no code attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelhrocha committed Oct 26, 2022
1 parent d099f90 commit 1e612e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions registry_module.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ type RegistryModuleCreateOptions struct {
// Optional: The namespace of this module. Required for public modules only.
Namespace string `jsonapi:"attr,namespace,omitempty"`
// Optional: true if the module is enabled for no-code provisioning.
// **Note: This field is still in BETA and subject to change.**
NoCode bool `jsonapi:"attr,no-code,omitempty"`
}

Expand Down Expand Up @@ -205,6 +206,7 @@ type RegistryModuleUpdateOptions struct {
Type string `jsonapi:"primary,registry-modules"`

// Optional: Flag to enable no-code provisioning for the whole module.
// **Note: This field is still in BETA and subject to change.**
NoCode *bool `jsonapi:"attr,no-code,omitempty"`
}

Expand Down

0 comments on commit 1e612e9

Please sign in to comment.