Merge branch 'master' into fix/python-dir-requirement-6366
commit
204c973db1
|
|
@ -1168,11 +1168,13 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the table containing the distinct cache.
|
||||||
- name: name
|
- name: name
|
||||||
in: query
|
in: query
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the distinct cache to delete.
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success. The distinct cache has been deleted.
|
description: Success. The distinct cache has been deleted.
|
||||||
|
|
@ -1221,11 +1223,13 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the table containing the last cache.
|
||||||
- name: name
|
- name: name
|
||||||
in: query
|
in: query
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the last cache to delete.
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success. The last cache has been deleted.
|
description: Success. The last cache has been deleted.
|
||||||
|
|
|
||||||
|
|
@ -1239,11 +1239,13 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the table containing the distinct cache.
|
||||||
- name: name
|
- name: name
|
||||||
in: query
|
in: query
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the distinct cache to delete.
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success. The distinct cache has been deleted.
|
description: Success. The distinct cache has been deleted.
|
||||||
|
|
@ -1292,11 +1294,13 @@ paths:
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the table containing the last cache.
|
||||||
- name: name
|
- name: name
|
||||||
in: query
|
in: query
|
||||||
required: true
|
required: true
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
description: The name of the last cache to delete.
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success. The last cache has been deleted.
|
description: Success. The last cache has been deleted.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue