Skip to content

Commit

Permalink
Merge pull request #107 from PrefectHQ/fix-agent-config
Browse files Browse the repository at this point in the history
Fix agent config schema
  • Loading branch information
cicdw authored Oct 7, 2020
2 parents 84d3cf1 + 91043b7 commit 567c2f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changes/pr107.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
fix:
- "Fixes issue with Agent Config schema - [#107](https://github.com/PrefectHQ/server/pull/107)"
2 changes: 1 addition & 1 deletion src/prefect_server/graphql/schema/agents.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ input create_agent_config_input {

input delete_agent_config_input {
"The ID of the agent config to delete"
agent_id: UUID!
agent_config_id: UUID!
}

input update_agent_config_input {
Expand Down

0 comments on commit 567c2f8

Please sign in to comment.