mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Update APM Add to Project Parameter Types (#126533)
This commit is contained in:
parent
0fb24a095f
commit
0d75ca6649
1 changed files with 2 additions and 2 deletions
4
.github/workflows/add-to-apm-project.yml
vendored
4
.github/workflows/add-to-apm-project.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
||||
query: |
|
||||
mutation add_to_project($projectid:String!,$contentid:String!) {
|
||||
mutation add_to_project($projectid:ID!,$contentid:ID!) {
|
||||
addProjectNextItem(input:{projectId:$projectid contentId:$contentid}) {
|
||||
projectNextItem {
|
||||
id
|
||||
|
@ -31,7 +31,7 @@ jobs:
|
|||
with:
|
||||
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
||||
query: |
|
||||
mutation label_team($projectid:String!,$itemid:String!,$fieldid:String!,$value:String!) {
|
||||
mutation label_team($projectid:ID!,$itemid:ID!,$fieldid:ID!,$value:String!) {
|
||||
updateProjectNextItemField(input: { projectId:$projectid itemId:$itemid fieldId:$fieldid value:$value }) {
|
||||
projectNextItem {
|
||||
id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue