Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Sep 29, 2023
1 parent bd40d6b commit 899132a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/specs/videntigraf-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,20 @@ components:

links:
status:
description: Link to the operation status.
description: Get the operation status.
operationId: getProcessingStatus
parameters:
guid: $response.body#/guid

detections:
description: Link to the archive with detected faces.
description: Get the first archive with detected faces.
operationId: getDetections
parameters:
guid: $request.path.guid
archive: 1

matches:
description: Link to the archive with detected faces.
description: Get the first archive with matched faces.
operationId: getMatches
parameters:
guid: $request.path.guid
Expand Down

0 comments on commit 899132a

Please sign in to comment.