Changes to Get the user information

GET /me/user

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 7 of the 29 revisions of this API.115

  1. 4ff151025f7c1
  2. 11f1b67626ff1
  3. 7eeaaad016641
  4. 92dc510f35d61
  5. e0c01e636f751
  6. 396dcd08fcd91
  7. 93e312846ab31

What changed

    • the username response's property pattern was changed from /^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i to /^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i for the status 200

      response-property-pattern-changed

    • the username response's property pattern was changed from /^[a-z\d](?:[a-z\d]|-(?=[a-z\d])){0,38}$/i to /^[a-z\d](?:[a-z\d]|-_(?=[a-z\d])){0,38}$/i for the status 200

      response-property-pattern-changed

    • added the optional property github_id to the response with the 200 status

      response-optional-property-added

    • removed the optional property github_id from the response with the 200 status

      response-optional-property-removed

    • added the optional property github_id to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

    • api path removed without deprecation

      api-path-removed-without-deprecation

    This revision also has 17 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog