We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f4990a commit 307e870Copy full SHA for 307e870
defs/asana_oas.yaml
@@ -1556,9 +1556,11 @@ components:
1556
- custom_field
1557
properties:
1558
custom_field:
1559
- description: The custom field to associate with this container.
1560
- type: string
1561
- example: '14916'
+ oneOf:
+ - type: string
+ description: The custom field to associate with this container.
1562
+ example: '14916'
1563
+ - $ref: '#/components/schemas/CustomFieldRequest'
1564
is_important:
1565
description: >-
1566
Whether this field should be considered important to this container
0 commit comments