Gitea

List Gitea repositories

List the repositories a Gitea token can reach, for picking one to link. Sent as a POST because the token travels in the body rather than the URL.

post/gitea-integration/repositories

Request body

projectIdstring required
baseUrlstring uri required
accessTokenstring required

Response

Accessible repositories

Changes

Changed in 2 of the 23 revisions of this API.25

  • 08bbb5bedb5d24See the full diff
    • added the new required request property

      new-required-request-property

    • the request property format changed from no format to uri

      request-property-type-changed

    • the request property's minLength was decreased from 1 to 0

      request-property-min-length-decreased

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

    • added the non-success response with the status

      response-non-success-status-added

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

    • endpoint added

      endpoint-added