> ## Documentation Index
> Fetch the complete documentation index at: https://docs.assetinfinity.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# What each rule does when it matches, and whether the caller or the worker does it.



## OpenAPI

````yaml /api-reference/openapi.json patch /rule_actions
openapi: 3.0.0
info:
  description: ''
  title: >-
    The only schema PostgREST exposes (ADR-014). Reads are security_invoker
    views; writes are SECURITY DEFINER functions. Rebuilt wholesale on every
    deploy — it holds no data.
  version: 12.2.3
servers:
  - url: https://app.assetinfinity.ai/api
security: []
tags:
  - name: Signing in
  - name: Profile
  - name: Assets
  - name: Asset lifecycle
  - name: Work lifecycle
  - name: Maintenance
  - name: Inventory
  - name: Inventory detail
  - name: Procurement
  - name: Contracts
  - name: Workforce
  - name: Capacity
  - name: Dispatch
  - name: Routing
  - name: Tools
  - name: Inspections
  - name: Verification
  - name: Reliability
  - name: Parts demand
  - name: Sensors and meters
  - name: Map
  - name: Floor plans
  - name: Labels
  - name: Lost and found
  - name: Root cause analysis
  - name: Reports
  - name: Audit center
  - name: Activity
  - name: Notifications
  - name: Channels
  - name: Search
  - name: Copilot
  - name: Import
  - name: Files
  - name: Sync
  - name: Support
  - name: Admin
  - name: Access
  - name: Lookups
  - name: Read models
  - name: Branding
  - name: Custom fields
  - name: Form studio
  - name: Workflows
  - name: Workflow studio
  - name: Rules
  - name: Statuses and transitions
  - name: Currencies and locales
  - name: Work configuration
  - name: Asset configuration
  - name: Inventory configuration
  - name: Tool configuration
  - name: Workforce configuration
  - name: Vendor and contract configuration
  - name: Document configuration
  - name: Inspection configuration
  - name: Sites, locations and the organisation
  - name: Platform
  - name: Self verification
  - name: Setup
  - name: Tools on a job, and who has them out
  - name: Vendors and contracts
  - name: Work order execution
  - name: Workforce detail
externalDocs:
  description: PostgREST Documentation
  url: https://postgrest.org/en/v12/references/api.html
paths:
  /rule_actions:
    patch:
      tags:
        - Rules
      summary: >-
        What each rule does when it matches, and whether the caller or the
        worker does it.
      parameters:
        - $ref: '#/components/parameters/rowFilter.rule_actions.id'
        - $ref: '#/components/parameters/rowFilter.rule_actions.rule_id'
        - $ref: '#/components/parameters/rowFilter.rule_actions.action_type'
        - $ref: '#/components/parameters/rowFilter.rule_actions.configuration'
        - $ref: '#/components/parameters/rowFilter.rule_actions.sort_order'
        - $ref: '#/components/parameters/rowFilter.rule_actions.is_async'
        - $ref: '#/components/parameters/rowFilter.rule_actions.performed_by'
        - $ref: '#/components/parameters/preferReturn'
      requestBody:
        $ref: '#/components/requestBodies/rule_actions'
      responses:
        '204':
          description: No Content
components:
  parameters:
    rowFilter.rule_actions.id:
      in: query
      name: id
      required: false
      schema:
        type: string
    rowFilter.rule_actions.rule_id:
      in: query
      name: rule_id
      required: false
      schema:
        type: string
    rowFilter.rule_actions.action_type:
      in: query
      name: action_type
      required: false
      schema:
        type: string
    rowFilter.rule_actions.configuration:
      in: query
      name: configuration
      required: false
      schema:
        type: string
    rowFilter.rule_actions.sort_order:
      in: query
      name: sort_order
      required: false
      schema:
        type: string
    rowFilter.rule_actions.is_async:
      in: query
      name: is_async
      required: false
      schema:
        type: string
    rowFilter.rule_actions.performed_by:
      in: query
      name: performed_by
      required: false
      schema:
        type: string
    preferReturn:
      description: Preference
      in: header
      name: Prefer
      required: false
      schema:
        enum:
          - return=representation
          - return=minimal
          - return=none
        type: string
  requestBodies:
    rule_actions:
      content:
        application/json:
          schema:
            $ref: '#/components/schemas/rule_actions'
        application/vnd.pgrst.object+json:
          schema:
            $ref: '#/components/schemas/rule_actions'
        application/vnd.pgrst.object+json;nulls=stripped:
          schema:
            $ref: '#/components/schemas/rule_actions'
        text/csv:
          schema:
            $ref: '#/components/schemas/rule_actions'
      description: rule_actions
  schemas:
    rule_actions:
      description: >-
        What each rule does when it matches, and whether the caller or the
        worker does it.
      properties:
        action_type:
          format: character varying
          maxLength: 60
          type: string
        configuration:
          format: jsonb
        id:
          description: |-
            Note:
            This is a Primary Key.<pk/>
          format: uuid
          type: string
        is_async:
          format: boolean
          type: boolean
        performed_by:
          format: text
          type: string
        rule_id:
          description: |-
            Note:
            This is a Foreign Key to `rules.id`.<fk table='rules' column='id'/>
          format: uuid
          type: string
        sort_order:
          format: integer
          type: integer
      type: object

````

## Related topics

- [Rules](/config/rules.md)
- [Setting up the plant](/setup/overview.md)
- [What this system does](/introduction.md)
- [Lost & Found](/work/lost-and-found.md)
- [Scan](/field/scan.md)
