Undo accidental changes to the operation ID
This commit is contained in:
parent
2f71703427
commit
9dbb627d7b
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Query for another server's keys. The receiving (notary) server must
|
Query for another server's keys. The receiving (notary) server must
|
||||||
sign the keys returned by the queried server.
|
sign the keys returned by the queried server.
|
||||||
operationId: getQueryKeys
|
operationId: perspectivesKeyQuery
|
||||||
parameters:
|
parameters:
|
||||||
- in: path
|
- in: path
|
||||||
name: serverName
|
name: serverName
|
||||||
|
@ -70,7 +70,7 @@ paths:
|
||||||
description: |-
|
description: |-
|
||||||
Query for keys from multiple servers in a batch format. The receiving (notary)
|
Query for keys from multiple servers in a batch format. The receiving (notary)
|
||||||
server must sign the keys returned by the queried servers.
|
server must sign the keys returned by the queried servers.
|
||||||
operationId: postQueryKeys
|
operationId: bulkPerspectivesKeyQuery
|
||||||
parameters:
|
parameters:
|
||||||
- in: body
|
- in: body
|
||||||
name: body
|
name: body
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue