added operationId to solve method

main
Fettlaus 4 years ago
parent 31595bb1b3
commit 63b2611696
  1. 1
      aoclient_v1.yml

@ -9,6 +9,7 @@ servers:
paths:
/solve/{year}/{day}:
get:
operationId: solvePuzzle
summary: Solve puzzle
description: Solves the puzzle for a given day and year
parameters:

Loading…
Cancel
Save