Files
api-specs/idn/beta/schemas/ConnectorRuleResponse.yaml
GitHub Action Bot 7bdff85618 Automated commit 'PLTIN-3917: Updated API scopes (#1242)
PLTIN-3917: Updated API scopes' by github action: 4810361098
2023-04-26 15:12:47 +00:00

23 lines
632 B
YAML

description: ConnectorRuleResponse
allOf:
- $ref: './ConnectorRuleCreateRequest.yaml'
- type: object
nullable: true
required:
- id
- created
properties:
id:
type: string
description: the ID of the rule
example: '8113d48c0b914f17b4c6072d4dcb9dfe'
created:
type: string
description: an ISO 8601 UTC timestamp when this rule was created
example: '021-07-22T15:59:23Z'
modified:
type: string
nullable: true
description: an ISO 8601 UTC timestamp when this rule was last modified
example: '021-07-22T15:59:23Z'