Skip to content

Commit e1f40a6

Browse files
author
Sachin Maheshwari
committed
adding key filed as optional to support stickness with one partition
1 parent b41af6d commit e1f40a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/swagger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,10 @@ definitions:
979979
type: "string"
980980
example: "application/json"
981981
description: "Mime-type for 'payload'.\n"
982+
key:
983+
type: "string"
984+
example: "application/json"
985+
description: "optional field to assure the one partition for 'payload'.\n"
982986
payload:
983987
type: "object"
984988
example:

0 commit comments

Comments
 (0)