Changing deployment permissions via API

Hi there,
I am trying to change the permissions of a deployment via the Hub Api. After I get information of a deployment using the /deployments end point, I get a url related to permissions.

However, a GET request on that URL (end point /permissions/policies/ returns a 404 - not found. Has anyone successfully used this endpoint for data apps?

Hi toscano,

just for visibility, in case others are curious too: there is a non-KNIME workflow that can help you get the information you were seeking:

Small disclaimer: This is not a workflow provided by the KNIME team, but it should not harm your data as it only contains GET requests, also to the mentioned deployment permissions endpoint.

1 Like

The URL is in the response is incomplete. It should be https://xxx/execution/permissions/policies/…

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.