icpc / ccs-specs

Contest Control System specifications
https://ccs-specs.icpc.io
9 stars 9 forks source link

Fix Issue #164 - change access endpoint example #165

Closed johnbrvc closed 8 months ago

johnbrvc commented 8 months ago

One of the examples for the Accessendpoint showed a capability of "patch_time". This capability does not appear in the Capabilities list that says "All capabilities are listed in the table below". Clearly, "patch_time" is not in the list. For clarity, it makes sense to change the example to use a documented property. "contest_start" makes the most sense here. This fixes Issue #164

johnbrvc commented 8 months ago

I would approve the contest_start change, but it looks like this branch also picked up several other commits that aren't listed in the description. If you can clean it up (or they get integrated separately) I will approve.

Ugh. Yeah, I must have branched off of 2023-06. I'll fix that. Thanks.

johnbrvc commented 8 months ago

Apparently, this issue was already fixed in master (draft). Hence, I am closing this PR.