Merge pull request #6464 from influxdata/docs/cache-delete-param-descriptions
Core & Enterprise: Add parameter descriptions for cache DELETE endpointspull/6460/head
commit
2ce2ac6751
|
|
@ -1168,11 +1168,13 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the table containing the distinct cache.
|
||||
- name: name
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the distinct cache to delete.
|
||||
responses:
|
||||
'200':
|
||||
description: Success. The distinct cache has been deleted.
|
||||
|
|
@ -1221,11 +1223,13 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the table containing the last cache.
|
||||
- name: name
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the last cache to delete.
|
||||
responses:
|
||||
'200':
|
||||
description: Success. The last cache has been deleted.
|
||||
|
|
|
|||
|
|
@ -1239,11 +1239,13 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the table containing the distinct cache.
|
||||
- name: name
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the distinct cache to delete.
|
||||
responses:
|
||||
'200':
|
||||
description: Success. The distinct cache has been deleted.
|
||||
|
|
@ -1292,11 +1294,13 @@ paths:
|
|||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the table containing the last cache.
|
||||
- name: name
|
||||
in: query
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
description: The name of the last cache to delete.
|
||||
responses:
|
||||
'200':
|
||||
description: Success. The last cache has been deleted.
|
||||
|
|
|
|||
Loading…
Reference in New Issue