davidradl commented on code in PR #27580:
URL: https://github.com/apache/flink/pull/27580#discussion_r2834203542
##########
docs/static/generated/rest_v1_dispatcher.yml:
##########
@@ -768,6 +768,24 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/JobPlanInfo'
+ /jobs/{jobid}/rescales/config:
Review Comment:
you are following the rest convention with
`/jobs/{jobid}`
I would expect `/rescales/{rescaleId} `for a specific rescale.
For all rescales - I would expect `/jobs/{jobid}/rescales/`
For the config of all rescales I would expect something like
`/jobs/{jobid}/rescales?config=true`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]