[Resolved] Hi together, I want to patch the descri...
# troubleshoot
c
[Resolved] Hi together, I want to patch the description of my tags via the graphql interface (using a mutate command that works via postman). Calling programmatically leads to an error 405 message="Request method 'POST' not supported". Any ideas? Maybe missing an additional header (I have headers={"X-DataHub-Actor": "urnlicorpuser:datahub"})
b
Are you calling
datahub-frontend
(9002) or
metadata-service
GraphQL endpoint?
And you're sure you're hitting
localhost:PORT/api/graphql
?
c
Thanks for the fast reply. I am hitting the metadata-service endpoint, routing is fine (currently datahub-gms:8080/api/graphql). I tried with the gql package for python. I will try today to send my own request, as via Postman it does work as expected.
Thank you @big-carpet-38439, it was an async missconfiguration from my side.