feat(all): add organisation, api updates with organisation check
Now calling run endpoints with GET, POST will check against the API key, whether there is org_id or not, if the operation workflow doesnt match with the user org or user id, will return with workflow not found, run not found
This commit is contained in:
@@ -29,7 +29,7 @@ export function VersionDetails({
|
||||
|
||||
return (
|
||||
<div className="mt-4">
|
||||
Workflow Details
|
||||
Workflow Inputs
|
||||
<div className="border rounded-lg p-2">
|
||||
{inputs && inputs.length > 0 ? (
|
||||
<div className="flex flex-col gap-2">
|
||||
|
||||
Reference in New Issue
Block a user