Update Readme to point the users of the deprecated API to version 0.0.3

Remove feature flags header as it will not be needed after API is released.
This commit is contained in:
Lukasz Warchol
2022-06-02 14:59:09 +00:00
committed by GitHub
parent 1664cea4b1
commit 0c1e36ed75
3 changed files with 25 additions and 50 deletions

View File

@@ -86,8 +86,7 @@ export async function addToProject(): Promise<void> {
}`,
{
ownerName,
projectNumber,
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
projectNumber
}
)
@@ -110,8 +109,7 @@ export async function addToProject(): Promise<void> {
input: {
projectId,
contentId
},
headers: {'GraphQL-Features': 'memex_graphql_projectv2'}
}
}
)