How to add/update workflowVersionSteps via api?
Using the update workflow version api endpoint and providing the steps there fails as it says you cannot include steps at that endpoint.
Using the graphql layer instead like error suggests instead throws this error.
{"errors":[{"message":"Forbidden resource","extensions":{"code":"INTERNAL_SERVER_ERROR","userFriendlyMessage":"An error occurred."}}],"data":null}⏎
It seems the problem is the api key you can create in twenty. They dont seem to have sufficent permissions.
That can seemingly be bypassed by using twenties auth endpoint to just request a JWT as if you signed in which does have the sufficent permissions.
Though that seems a bit rough of a solution here? Is there a better one or should i pursue this?
Thanks in advance for any input
Using the graphql layer instead like error suggests instead throws this error.
{"errors":[{"message":"Forbidden resource","extensions":{"code":"INTERNAL_SERVER_ERROR","userFriendlyMessage":"An error occurred."}}],"data":null}⏎
It seems the problem is the api key you can create in twenty. They dont seem to have sufficent permissions.
That can seemingly be bypassed by using twenties auth endpoint to just request a JWT as if you signed in which does have the sufficent permissions.
Though that seems a bit rough of a solution here? Is there a better one or should i pursue this?
Thanks in advance for any input