You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UI and Gateway are trying to make the API more consistent. Hence, the POST renkuUrl/api/projects/:project.id/graph/webhooks will be available on POST api/kg/webhook/projects/:projectId/webhooks. This issue is to switch the User's Projects API so it returns a link to the new URL.
Acceptance criteria:
ensure the User's Projects API returns a link to the new POST api/kg/webhook/projects/:projectId/webhooks URL for the non-activated projects.
The text was updated successfully, but these errors were encountered:
UI and Gateway are trying to make the API more consistent. Hence, the
POST renkuUrl/api/projects/:project.id/graph/webhooks
will be available onPOST api/kg/webhook/projects/:projectId/webhooks
. This issue is to switch the User's Projects API so it returns a link to the new URL.Acceptance criteria:
POST api/kg/webhook/projects/:projectId/webhooks
URL for the non-activated projects.The text was updated successfully, but these errors were encountered: