Gitea
Create Gitea integration
Link a project to a Gitea repository, creating the webhook Gitea will post events to. Use the verify route first to confirm the token really reaches the repository.
post/gitea-integration/project/{projectId}
Path parameters
projectIdstring required
Request body
Response
The stored integration
Changes
Changed in 2 of the 23 revisions of this API.14
- ▲
the response's body became nullable
response-body-became-nullable
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-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
- ○