Creating a commit status endpoint should be moved (current location should continue to exist for compatibility, but discouraged for new usage)
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=217412) </details> <!--IssueSummary end--> The "create a commit status" endpoint is at `POST /projects/:project/statuses/:sha`. However, all of the other commit status endpoints are under `/projects/:project/repository/commits/:sha/statuses`. This should probably be the `POST` endpoint. While we're messing with it, the ambiguity between `name` and `context` should be resolved and only one name for the input given. ~"api:consistency"
issue