@@ -980,10 +980,12 @@ components:
980980 type: string
981981 ResourceID:
982982 description: 'Identifier, formatted as `type:id`. Supported types: `dashboard`,
983- `integration-service`, `integration-webhook`, `notebook`, `reference-table`,
984- `security-rule`, `slo`, `workflow`, `app-builder-app`, `connection`, `connection-group`,
983+ `integration-service`, `integration-webhook`, `notebook`, `powerpack`, `reference-table`,
984+ `security-rule`, `slo`, `synthetics-global-variable`, `synthetics-test`, `synthetics-private-location`,
985+ `monitor`, `workflow`, `app-builder-app`, `connection`, `connection-group`,
985986 `rum-application`, `cross-org-connection`, `spreadsheet`, `on-call-schedule`,
986- `on-call-escalation-policy`, `on-call-team-routing-rules`, `logs-pipeline`.'
987+ `on-call-escalation-policy`, `on-call-team-routing-rules`, `logs-pipeline`,
988+ `case-management-project`.'
987989 example: dashboard:abc-def-ghi
988990 in: path
989991 name: resource_id
@@ -40874,6 +40876,8 @@ components:
4087440876 type: integer
4087540877 type:
4087640878 $ref: '#/components/schemas/ObservabilityPipelineBufferOptionsMemoryType'
40879+ when_full:
40880+ $ref: '#/components/schemas/ObservabilityPipelineBufferOptionsWhenFull'
4087740881 type: object
4087840882 ObservabilityPipelineMemoryBufferSizeOptions:
4087940883 description: Options for configuring a memory buffer by queue length.
@@ -40885,6 +40889,8 @@ components:
4088540889 type: integer
4088640890 type:
4088740891 $ref: '#/components/schemas/ObservabilityPipelineBufferOptionsMemoryType'
40892+ when_full:
40893+ $ref: '#/components/schemas/ObservabilityPipelineBufferOptionsWhenFull'
4088840894 type: object
4088940895 ObservabilityPipelineMetadataEntry:
4089040896 description: A custom metadata entry.
0 commit comments