+
| Store Rules |
+
| Delete Insert |
All existing data in the time window will be deleted and then replaced with the new dataset. |
+
| Replace All |
@@ -5976,6 +6691,7 @@ paths:
|
+
| Replace With Non Missing |
@@ -5999,35 +6715,39 @@ paths:
Note: an existing date/time-value pair whose missing value quality bit is set will NOT be overwritten.
|
+
schema:
- "$ref": "#/components/schemas/StoreRule"
+ $ref: '#/components/schemas/StoreRule'
- name: override-protection
in: query
- description: A flag to ignore the protected data quality when storing data.
+ description: >-
+ A flag to ignore the protected data quality when storing data.
'True' or 'False', default is true
schema:
type: boolean
- name: datum
in: query
- description: If the provided time-series includes an explicit vertical-datum-info
- attribute then it is assumed that the data is in the datum specified by
- the vertical-datum-info. If the input timeseries does not include vertical-datum-info
- and this parameter is not provided it is assumed that the data is in the
- as-stored datum and no conversion is necessary. If the input timeseries
- does not include vertical-datum-info and this parameter is provided it is
- assumed that the data is in the Datum named by the argument and should be
+ description: >-
+ If the provided time-series includes an explicit vertical-datum-info
+ attribute then it is assumed that the data is in the datum specified
+ by the vertical-datum-info. If the input timeseries does not include
+ vertical-datum-info and this parameter is not provided it is assumed
+ that the data is in the as-stored datum and no conversion is
+ necessary. If the input timeseries does not include
+ vertical-datum-info and this parameter is provided it is assumed
+ that the data is in the Datum named by the argument and should be
converted to the as-stored datum before being saved.
schema:
- "$ref": "#/components/schemas/VerticalDatum"
+ $ref: '#/components/schemas/VerticalDatum'
requestBody:
content:
application/json;version=2:
schema:
- "$ref": "#/components/schemas/TimeSeries"
+ $ref: '#/components/schemas/TimeSeries'
application/xml;version=2:
schema:
- "$ref": "#/components/schemas/TimeSeries"
+ $ref: '#/components/schemas/TimeSeries'
required: true
responses:
'400':
@@ -6035,35 +6755,35 @@ paths:
content:
application/json:
schema:
- "$ref": "#/components/schemas/CdaError"
+ $ref: '#/components/schemas/CdaError'
'401':
description: Unauthorized
content:
application/json:
schema:
- "$ref": "#/components/schemas/CdaError"
+ $ref: '#/components/schemas/CdaError'
'403':
description: Forbidden
content:
application/json:
schema:
- "$ref": "#/components/schemas/CdaError"
+ $ref: '#/components/schemas/CdaError'
'404':
description: Not Found
content:
application/json:
schema:
- "$ref": "#/components/schemas/CdaError"
+ $ref: '#/components/schemas/CdaError'
'500':
description: Server Error
content:
application/json:
schema:
- "$ref": "#/components/schemas/CdaError"
+ $ref: '#/components/schemas/CdaError'
security:
- ApiKey: []
- CwmsAAACacAuth: []
- "/timeseries/{timeseries}":
+ '/timeseries/{timeseries}':
delete:
tags:
- TimeSeries
@@ -6084,59 +6804,71 @@ paths:
type: string
- name: begin
in: query
- description: The start of the time window to delete. The