Skip to content

Commit

Permalink
Fix license param definition in create_user pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 committed Mar 4, 2024
1 parent af245e7 commit a834ef8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pipelines/user/create_user.fp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ pipeline "create_user" {
}

param "license" {
type = object({})
type = object({
id = string
type = string
})

description = "The License assigned to the user."
optional = true
}
Expand Down

0 comments on commit a834ef8

Please sign in to comment.