通过graphql更新github存储库描述

时间:2018-10-14 17:44:18

标签: graphql github-graphql

这是GitHub API的GraphQL查询:

mutation {
    updateProject(input: {
         projectId: "MDEwOlJlcG9zaXRvcnkxMTY0ODYzMDc",
         body: "Testing tusting",
         state: OPEN
    }) {
   clientMutationId
   }
}

我收到此错误消息:

 "message": "Could not resolve to Project node with the global id of 'MDEwOlJlcG9zaXRvcnkxMTY0ODYzMDc'.",

这是怎么了?我正在尝试更新存储库描述。

0 个答案:

没有答案