Skip to content

Commit 1bc6972

Browse files
option to not return cache values
1 parent 1227939 commit 1bc6972

File tree

2 files changed

+548
-362
lines changed

2 files changed

+548
-362
lines changed

shuffle-tools/1.2.0/api.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1279,6 +1279,20 @@ actions:
12791279
example: "tickets"
12801280
schema:
12811281
type: string
1282+
- name: return_values
1283+
description: Whether to include the cache values in the response
1284+
required: false
1285+
options:
1286+
- true
1287+
- false
1288+
multiline: false
1289+
example: "false"
1290+
value: "true"
1291+
schema:
1292+
type: string
1293+
returns:
1294+
schema:
1295+
type: string
12821296
- name: get_cache_value
12831297
description: Get a value saved to your organization in Shuffle. Deprecated for "get_datastore_value"
12841298
parameters:
@@ -1300,6 +1314,7 @@ actions:
13001314
schema:
13011315
type: string
13021316
- name: delete_cache_value
1317+
13031318
description: Delete a value saved to your organization in Shuffle. Deprecated for "delete_datastore_value"
13041319
parameters:
13051320
- name: key
@@ -1381,6 +1396,17 @@ actions:
13811396
example: "tickets"
13821397
schema:
13831398
type: string
1399+
- name: return_values
1400+
description: Whether to include the cache values in the response
1401+
required: false
1402+
options:
1403+
- true
1404+
- false
1405+
multiline: false
1406+
example: "false"
1407+
value: "true"
1408+
schema:
1409+
type: string
13841410
#- name: parse_ioc_new
13851411
# description: Parse IOC's based on https://github.com/fhightower/ioc-finder
13861412
# parameters:

0 commit comments

Comments
 (0)