Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

Raw JSON API

n8n Specification

Located in packages/cli/src/public-api/v1/openapi.decorator-routes.generated.yml on branch HEAD

3.x (YAML) YAML 1.0 KB
Raw YAML Specification
openapi: 3.0.0
info:
  title: decorator-routes
  version: 0.0.0
paths:
  /role-mapping-rules:
    post:
      $ref: ./handlers/role-mapping-rules/spec/paths/createRoleMappingRule.generated.yml
  /roles:
    get:
      $ref: ./handlers/roles/spec/paths/getAllRoles.generated.yml
    post:
      $ref: ./handlers/roles/spec/paths/createRole.generated.yml
  /roles/{slug}:
    get:
      $ref: ./handlers/roles/spec/paths/getRole.generated.yml
  /tags:
    get:
      $ref: ./handlers/tags/spec/paths/getTags.generated.yml
  /workflows:
    get:
      $ref: ./handlers/workflows/spec/paths/getWorkflows.generated.yml
  /workflows/{workflowId}:
    get:
      $ref: ./handlers/workflows/spec/paths/getWorkflow.generated.yml
  /workflows/{workflowId}/history:
    get:
      $ref: ./handlers/workflows/spec/paths/getWorkflowHistory.generated.yml
  /workflows/{workflowId}/tags:
    get:
      $ref: ./handlers/workflows/spec/paths/getWorkflowTags.generated.yml
    put:
      $ref: ./handlers/workflows/spec/paths/updateWorkflowTags.generated.yml