Skip to content

Commit

Permalink
Revert "updating with the correct final operation"
Browse files Browse the repository at this point in the history
This reverts commit fe0a065.
  • Loading branch information
hamshavathimunibyraiah committed Sep 30, 2024
1 parent fe0a065 commit 382906d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ interface DocumentTranslationOperations {
destination, it will be overwritten. The targetUrl for each target language
must be unique.
""")
@finalOperation(DocumentTranslationOperations.getTranslationsStatus)
@finalOperation(DocumentTranslationOperations.getTranslationStatus)
@pollingOperation(DocumentTranslationOperations.getTranslationStatus)
@route("/document/batches")
@post
Expand Down

0 comments on commit 382906d

Please sign in to comment.