Skip to content

Commit

Permalink
Merge pull request #1243 from amazeeio/wintercreative-patch-1
Browse files Browse the repository at this point in the history
Documentation - addSshKey schema change: userId changed to UserInput
  • Loading branch information
Schnitzel authored Sep 20, 2019
2 parents 18c8607 + 28537a6 commit 1c30496
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/administering_lagoon/graphql_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,12 @@ mutation {
# TODO: Fill in the keyType field
# Valid values are either SSH_RSA or SSH_ED25519.
keyType: SSH_RSA
# TODO: Fill in the userId field
# This is the user ID that we noted from the addUser query
userId: 0
user: {
# TODO: Fill in the userId field
# This is the user ID that we noted from the addUser query
id:"0",
email:"[email protected]"
}
}
) {
id
Expand Down Expand Up @@ -185,7 +188,7 @@ mutation {
# This is the notification name
notificationName: ""
}
) {
)
id
}
}
Expand Down Expand Up @@ -426,4 +429,4 @@ mutation {
}
)
}
```
```

0 comments on commit 1c30496

Please sign in to comment.