Gitea
Gitea - Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| API Key | api_key | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GITEA_ACCEPT_REPO_TRANSFER", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GITEA_ACCEPT_REPO_TRANSFER", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GITEA_ACCEPT_REPO_TRANSFER --data '{ }'Tool catalog
Available tools
482 callable operations
Accept a repo transferGITEA_ACCEPT_REPO_TRANSFERAccept a repo transferConnection
Accept a repo transfer
Authentication
Connected account requiredTags
Disable a workflowGITEA_ACTIONS_DISABLE_WORKFLOWDisable a workflowConnection
Disable a workflow
Authentication
Connected account requiredTags
Create a workflow dispatch eventGITEA_ACTIONS_DISPATCH_WORKFLOWCreate a workflow dispatch eventConnection
Create a workflow dispatch event
Authentication
Connected account requiredTags
Enable a workflowGITEA_ACTIONS_ENABLE_WORKFLOWEnable a workflowConnection
Enable a workflow
Authentication
Connected account requiredTags
Get a workflowGITEA_ACTIONS_GET_WORKFLOWGet a workflowConnection
Get a workflow
Authentication
Connected account requiredTags
List repository workflowsGITEA_ACTIONS_LIST_REPOSITORY_WORKFLOWSList repository workflowsConnection
List repository workflows
Authentication
Connected account requiredTags
List runs for a workflowGITEA_ACTIONS_LIST_WORKFLOW_RUNSList runs for a workflowConnection
List runs for a workflow
Authentication
Connected account requiredTags
Add a badge to a userGITEA_ADMIN_ADD_USER_BADGESAdd a badge to a userConnection
Add a badge to a user
Authentication
Connected account requiredTags
Adopt unadopted files as a repositoryGITEA_ADMIN_ADOPT_REPOSITORYAdopt unadopted files as a repositoryConnection
Adopt unadopted files as a repository
Authentication
Connected account requiredTags
Create a hookGITEA_ADMIN_CREATE_HOOKCreate a hookConnection
Create a hook
Authentication
Connected account requiredTags
Create an organizationGITEA_ADMIN_CREATE_ORGCreate an organizationConnection
Create an organization
Authentication
Connected account requiredTags
Add a public key on behalf of a userGITEA_ADMIN_CREATE_PUBLIC_KEYAdd a public key on behalf of a userConnection
Add a public key on behalf of a user
Authentication
Connected account requiredTags
Create a repository on behalf of a userGITEA_ADMIN_CREATE_REPOCreate a repository on behalf of a userConnection
Create a repository on behalf of a user
Authentication
Connected account requiredTags
Get a global actions runner registration tokenGITEA_ADMIN_CREATE_RUNNER_REGISTRATION_TOKENGet a global actions runner registration tokenConnection
Get a global actions runner registration token
Authentication
Connected account requiredTags
Create a userGITEA_ADMIN_CREATE_USERCreate a userConnection
Create a user
Authentication
Connected account requiredTags
List cron tasksGITEA_ADMIN_CRON_LISTList cron tasksConnection
List cron tasks
Authentication
Connected account requiredTags
Run cron taskGITEA_ADMIN_CRON_RUNRun cron taskConnection
Run cron task
Authentication
Connected account requiredTags
Delete a hookGITEA_ADMIN_DELETE_HOOKDelete a hookConnection
Delete a hook
Authentication
Connected account requiredTags
Delete unadopted filesGITEA_ADMIN_DELETE_UNADOPTED_REPOSITORYDelete unadopted filesConnection
Delete unadopted files
Authentication
Connected account requiredTags
Delete a userGITEA_ADMIN_DELETE_USERDelete a userConnection
Delete a user
Authentication
Connected account requiredTags
Remove a badge from a userGITEA_ADMIN_DELETE_USER_BADGESRemove a badge from a userConnection
Remove a badge from a user
Authentication
Connected account requiredTags
Delete a user's public keyGITEA_ADMIN_DELETE_USER_PUBLIC_KEYDelete a user's public keyConnection
Delete a user's public key
Authentication
Connected account requiredTags
Update a hookGITEA_ADMIN_EDIT_HOOKUpdate a hookConnection
Update a hook
Authentication
Connected account requiredTags
Edit an existing userGITEA_ADMIN_EDIT_USEREdit an existing userConnection
Edit an existing user
Authentication
Connected account requiredTags
List all emailsGITEA_ADMIN_GET_ALL_EMAILSList all emailsConnection
List all emails
Authentication
Connected account requiredTags
List all organizationsGITEA_ADMIN_GET_ALL_ORGSList all organizationsConnection
List all organizations
Authentication
Connected account requiredTags
Get a hookGITEA_ADMIN_GET_HOOKGet a hookConnection
Get a hook
Authentication
Connected account requiredTags
List system's webhooksGITEA_ADMIN_LIST_HOOKSList system's webhooksConnection
List system's webhooks
Authentication
Connected account requiredTags
List a user's badgesGITEA_ADMIN_LIST_USER_BADGESList a user's badgesConnection
List a user's badges
Authentication
Connected account requiredTags
Rename a userGITEA_ADMIN_RENAME_USERRename a userConnection
Rename a user
Authentication
Connected account requiredTags
Search all emailsGITEA_ADMIN_SEARCH_EMAILSSearch all emailsConnection
Search all emails
Authentication
Connected account requiredTags
Search users according filter conditionsGITEA_ADMIN_SEARCH_USERSSearch users according filter conditionsConnection
Search users according filter conditions
Authentication
Connected account requiredTags
List unadopted repositoriesGITEA_ADMIN_UNADOPTED_LISTList unadopted repositoriesConnection
List unadopted repositories
Authentication
Connected account requiredTags
Create a repositoryGITEA_CREATE_CURRENT_USER_REPOCreate a repositoryConnection
Create a repository
Authentication
Connected account requiredTags
Fork a repositoryGITEA_CREATE_FORKFork a repositoryConnection
Fork a repository
Authentication
Connected account requiredTags
Create a repository in an organizationGITEA_CREATE_ORG_REPOCreate a repository in an organizationConnection
Create a repository in an organization
Authentication
Connected account requiredTags
Create a repository in an organizationGITEA_CREATE_ORG_REPO_DEPRECATEDCreate a repository in an organizationConnection
Create a repository in an organization
Authentication
Connected account requiredTags
Create an org-level variableGITEA_CREATE_ORG_VARIABLECreate an org-level variableConnection
Create an org-level variable
Authentication
Connected account requiredTags
Create a repo-level variableGITEA_CREATE_REPO_VARIABLECreate a repo-level variableConnection
Create a repo-level variable
Authentication
Connected account requiredTags
Create a user-level variableGITEA_CREATE_USER_VARIABLECreate a user-level variableConnection
Create a user-level variable
Authentication
Connected account requiredTags
Delete a workflow runGITEA_DELETE_ACTION_RUNDelete a workflow runConnection
Delete a workflow run
Authentication
Connected account requiredTags
Delete a global runnerGITEA_DELETE_ADMIN_RUNNERDelete a global runnerConnection
Delete a global runner
Authentication
Connected account requiredTags
Deletes a specific artifact for a workflow runGITEA_DELETE_ARTIFACTDeletes a specific artifact for a workflow runConnection
Deletes a specific artifact for a workflow run
Authentication
Connected account requiredTags
Delete the currently authenticated tokenGITEA_DELETE_CURRENT_TOKENDelete the currently authenticated tokenConnection
Delete the currently authenticated token
Authentication
Connected account requiredTags
Delete an org-level runnerGITEA_DELETE_ORG_RUNNERDelete an org-level runnerConnection
Delete an org-level runner
Authentication
Connected account requiredTags
Delete a secret in an organizationGITEA_DELETE_ORG_SECRETDelete a secret in an organizationConnection
Delete a secret in an organization
Authentication
Connected account requiredTags
Delete an org-level variableGITEA_DELETE_ORG_VARIABLEDelete an org-level variableConnection
Delete an org-level variable
Authentication
Connected account requiredTags
Delete a packageGITEA_DELETE_PACKAGEDelete a packageConnection
Delete a package
Authentication
Connected account requiredTags
Delete a package versionGITEA_DELETE_PACKAGE_VERSIONDelete a package versionConnection
Delete a package version
Authentication
Connected account requiredTags
Delete a repo-level runnerGITEA_DELETE_REPO_RUNNERDelete a repo-level runnerConnection
Delete a repo-level runner
Authentication
Connected account requiredTags
Delete a secret in a repositoryGITEA_DELETE_REPO_SECRETDelete a secret in a repositoryConnection
Delete a secret in a repository
Authentication
Connected account requiredTags
Delete a repo-level variableGITEA_DELETE_REPO_VARIABLEDelete a repo-level variableConnection
Delete a repo-level variable
Authentication
Connected account requiredTags
Delete a user-level runnerGITEA_DELETE_USER_RUNNERDelete a user-level runnerConnection
Delete a user-level runner
Authentication
Connected account requiredTags
Delete a secret in a user scopeGITEA_DELETE_USER_SECRETDelete a secret in a user scopeConnection
Delete a secret in a user scope
Authentication
Connected account requiredTags
Delete a user-level variable which is created by current doerGITEA_DELETE_USER_VARIABLEDelete a user-level variable which is created by current doerConnection
Delete a user-level variable which is created by current doer
Authentication
Connected account requiredTags
Downloads the job logs for a workflow runGITEA_DOWNLOAD_ACTIONS_RUN_JOB_LOGSDownloads the job logs for a workflow runConnection
Downloads the job logs for a workflow run
Authentication
Connected account requiredTags
Downloads a specific artifact for a workflow run redirects to blob urlGITEA_DOWNLOAD_ARTIFACTDownloads a specific artifact for a workflow run redirects to blob urlConnection
Downloads a specific artifact for a workflow run redirects to blob url
Authentication
Connected account requiredTags
Create a repository using a templateGITEA_GENERATE_REPOCreate a repository using a templateConnection
Create a repository using a template
Authentication
Connected account requiredTags
Get a global runnerGITEA_GET_ADMIN_RUNNERGet a global runnerConnection
Get a global runner
Authentication
Connected account requiredTags
Get all runnersGITEA_GET_ADMIN_RUNNERSGet all runnersConnection
Get all runners
Authentication
Connected account requiredTags
Gets the tag object of an annotated tag (not lightweight tags)GITEA_GET_ANNOTATED_TAGGets the tag object of an annotated tag (not lightweight tags)Connection
Gets the tag object of an annotated tag (not lightweight tags)
Authentication
Connected account requiredTags
Gets a specific artifact for a workflow runGITEA_GET_ARTIFACTGets a specific artifact for a workflow runConnection
Gets a specific artifact for a workflow run
Authentication
Connected account requiredTags
Lists all artifacts for a repositoryGITEA_GET_ARTIFACTSLists all artifacts for a repositoryConnection
Lists all artifacts for a repository
Authentication
Connected account requiredTags
Lists all artifacts for a repository runGITEA_GET_ARTIFACTS_OF_RUNLists all artifacts for a repository runConnection
Lists all artifacts for a repository run
Authentication
Connected account requiredTags
Gets the blob of a repository.GITEA_GET_BLOBGets the blob of a repository.Connection
Gets the blob of a repository.
Authentication
Connected account requiredTags
Get the currently authenticated tokenGITEA_GET_CURRENT_TOKENGet the currently authenticated tokenConnection
Get the currently authenticated token
Authentication
Connected account requiredTags
Get instance's global settings for apiGITEA_GET_GENERAL_APISETTINGSGet instance's global settings for apiConnection
Get instance's global settings for api
Authentication
Connected account requiredTags
Get instance's global settings for AttachmentGITEA_GET_GENERAL_ATTACHMENT_SETTINGSGet instance's global settings for AttachmentConnection
Get instance's global settings for Attachment
Authentication
Connected account requiredTags
Get instance's global settings for repositoriesGITEA_GET_GENERAL_REPOSITORY_SETTINGSGet instance's global settings for repositoriesConnection
Get instance's global settings for repositories
Authentication
Connected account requiredTags
Get instance's global settings for uiGITEA_GET_GENERAL_UISETTINGSGet instance's global settings for uiConnection
Get instance's global settings for ui
Authentication
Connected account requiredTags
Returns information about a gitignore templateGITEA_GET_GITIGNORE_TEMPLATE_INFOReturns information about a gitignore templateConnection
Returns information about a gitignore template
Authentication
Connected account requiredTags
Returns all labels in a templateGITEA_GET_LABEL_TEMPLATE_INFOReturns all labels in a templateConnection
Returns all labels in a template
Authentication
Connected account requiredTags
Gets the latest version of a packageGITEA_GET_LATEST_PACKAGE_VERSIONGets the latest version of a packageConnection
Gets the latest version of a package
Authentication
Connected account requiredTags
Returns information about a license templateGITEA_GET_LICENSE_TEMPLATE_INFOReturns information about a license templateConnection
Returns information about a license template
Authentication
Connected account requiredTags
Get an org-level runnerGITEA_GET_ORG_RUNNERGet an org-level runnerConnection
Get an org-level runner
Authentication
Connected account requiredTags
Get org-level runnersGITEA_GET_ORG_RUNNERSGet org-level runnersConnection
Get org-level runners
Authentication
Connected account requiredTags
Get an org-level variableGITEA_GET_ORG_VARIABLEGet an org-level variableConnection
Get an org-level variable
Authentication
Connected account requiredTags
Get an org-level variables listGITEA_GET_ORG_VARIABLES_LISTGet an org-level variables listConnection
Get an org-level variables list
Authentication
Connected account requiredTags
Get org-level workflow jobsGITEA_GET_ORG_WORKFLOW_JOBSGet org-level workflow jobsConnection
Get org-level workflow jobs
Authentication
Connected account requiredTags
Get org-level workflow runsGITEA_GET_ORG_WORKFLOW_RUNSGet org-level workflow runsConnection
Get org-level workflow runs
Authentication
Connected account requiredTags
Gets a packageGITEA_GET_PACKAGEGets a packageConnection
Gets a package
Authentication
Connected account requiredTags
Get a repo-level runnerGITEA_GET_REPO_RUNNERGet a repo-level runnerConnection
Get a repo-level runner
Authentication
Connected account requiredTags
Get repo-level runnersGITEA_GET_REPO_RUNNERSGet repo-level runnersConnection
Get repo-level runners
Authentication
Connected account requiredTags
Get a repo-level variableGITEA_GET_REPO_VARIABLEGet a repo-level variableConnection
Get a repo-level variable
Authentication
Connected account requiredTags
Get repo-level variables listGITEA_GET_REPO_VARIABLES_LISTGet repo-level variables listConnection
Get repo-level variables list
Authentication
Connected account requiredTags
Get default signing-key.gpgGITEA_GET_SIGNING_KEYGet default signing-key.gpgConnection
Get default signing-key.gpg
Authentication
Connected account requiredTags
Get default signing-key.pubGITEA_GET_SIGNING_KEY_SSHGet default signing-key.pubConnection
Get default signing-key.pub
Authentication
Connected account requiredTags
Gets the tree of a repository.GITEA_GET_TREEGets the tree of a repository.Connection
Gets the tree of a repository.
Authentication
Connected account requiredTags
Get a user-level runnerGITEA_GET_USER_RUNNERGet a user-level runnerConnection
Get a user-level runner
Authentication
Connected account requiredTags
Get user-level runnersGITEA_GET_USER_RUNNERSGet user-level runnersConnection
Get user-level runners
Authentication
Connected account requiredTags
Get user settingsGITEA_GET_USER_SETTINGSGet user settingsConnection
Get user settings
Authentication
Connected account requiredTags
Get a user-level variable which is created by current doerGITEA_GET_USER_VARIABLEGet a user-level variable which is created by current doerConnection
Get a user-level variable which is created by current doer
Authentication
Connected account requiredTags
Get the user-level list of variables which is created by current doerGITEA_GET_USER_VARIABLES_LISTGet the user-level list of variables which is created by current doerConnection
Get the user-level list of variables which is created by current doer
Authentication
Connected account requiredTags
Get workflow jobsGITEA_GET_USER_WORKFLOW_JOBSGet workflow jobsConnection
Get workflow jobs
Authentication
Connected account requiredTags
Get workflow runsGITEA_GET_USER_WORKFLOW_RUNSGet workflow runsConnection
Get workflow runs
Authentication
Connected account requiredTags
Get a Token to verifyGITEA_GET_VERIFICATION_TOKENGet a Token to verifyConnection
Get a Token to verify
Authentication
Connected account requiredTags
Returns the version of the Gitea applicationGITEA_GET_VERSIONReturns the version of the Gitea applicationConnection
Returns the version of the Gitea application
Authentication
Connected account requiredTags
Gets a specific workflow job for a workflow runGITEA_GET_WORKFLOW_JOBGets a specific workflow job for a workflow runConnection
Gets a specific workflow job for a workflow run
Authentication
Connected account requiredTags
Gets a specific workflow runGITEA_GET_WORKFLOW_RUNGets a specific workflow runConnection
Gets a specific workflow run
Authentication
Connected account requiredTags
Gets a specific workflow run attemptGITEA_GET_WORKFLOW_RUN_ATTEMPTGets a specific workflow run attemptConnection
Gets a specific workflow run attempt
Authentication
Connected account requiredTags
Lists all runs for a repository runGITEA_GET_WORKFLOW_RUNSLists all runs for a repository runConnection
Lists all runs for a repository run
Authentication
Connected account requiredTags
Add assignees to an issueGITEA_ISSUE_ADD_ASSIGNEESAdd assignees to an issueConnection
Add assignees to an issue
Authentication
Connected account requiredTags
Add a label to an issueGITEA_ISSUE_ADD_LABELAdd a label to an issueConnection
Add a label to an issue
Authentication
Connected account requiredTags
Subscribe user to issueGITEA_ISSUE_ADD_SUBSCRIPTIONSubscribe user to issueConnection
Subscribe user to issue
Authentication
Connected account requiredTags
Add tracked time to a issueGITEA_ISSUE_ADD_TIMEAdd tracked time to a issueConnection
Add tracked time to a issue
Authentication
Connected account requiredTags
Check if a user can be assigned to an issueGITEA_ISSUE_CHECK_ASSIGNEECheck if a user can be assigned to an issueConnection
Check if a user can be assigned to an issue
Authentication
Connected account requiredTags
Check if user is subscribed to an issueGITEA_ISSUE_CHECK_SUBSCRIPTIONCheck if user is subscribed to an issueConnection
Check if user is subscribed to an issue
Authentication
Connected account requiredTags
Remove all labels from an issueGITEA_ISSUE_CLEAR_LABELSRemove all labels from an issueConnection
Remove all labels from an issue
Authentication
Connected account requiredTags
Add a comment to an issueGITEA_ISSUE_CREATE_COMMENTAdd a comment to an issueConnection
Add a comment to an issue
Authentication
Connected account requiredTags
Create an issue. If using deadline only the date will be taken into account, and time of day ignored.GITEA_ISSUE_CREATE_ISSUECreate an issue. If using deadline only the date will be taken into account, and time of day ignored.Connection
Create an issue. If using deadline only the date will be taken into account, and time of day ignored.
Authentication
Connected account requiredTags
Create an issue attachmentGITEA_ISSUE_CREATE_ISSUE_ATTACHMENTCreate an issue attachmentConnection
Create an issue attachment
Authentication
Connected account requiredTags
Block the issue given in the body by the issue in pathGITEA_ISSUE_CREATE_ISSUE_BLOCKINGBlock the issue given in the body by the issue in pathConnection
Block the issue given in the body by the issue in path
Authentication
Connected account requiredTags
Create a comment attachmentGITEA_ISSUE_CREATE_ISSUE_COMMENT_ATTACHMENTCreate a comment attachmentConnection
Create a comment attachment
Authentication
Connected account requiredTags
Make the issue in the url depend on the issue in the form.GITEA_ISSUE_CREATE_ISSUE_DEPENDENCIESMake the issue in the url depend on the issue in the form.Connection
Make the issue in the url depend on the issue in the form.
Authentication
Connected account requiredTags
Create a labelGITEA_ISSUE_CREATE_LABELCreate a labelConnection
Create a label
Authentication
Connected account requiredTags
Create a milestoneGITEA_ISSUE_CREATE_MILESTONECreate a milestoneConnection
Create a milestone
Authentication
Connected account requiredTags
Delete an issueGITEA_ISSUE_DELETEDelete an issueConnection
Delete an issue
Authentication
Connected account requiredTags
Delete a commentGITEA_ISSUE_DELETE_COMMENTDelete a commentConnection
Delete a comment
Authentication
Connected account requiredTags
Delete a commentGITEA_ISSUE_DELETE_COMMENT_DEPRECATEDDelete a commentConnection
Delete a comment
Authentication
Connected account requiredTags
Remove a reaction from a comment of an issueGITEA_ISSUE_DELETE_COMMENT_REACTIONRemove a reaction from a comment of an issueConnection
Remove a reaction from a comment of an issue
Authentication
Connected account requiredTags
Delete an issue attachmentGITEA_ISSUE_DELETE_ISSUE_ATTACHMENTDelete an issue attachmentConnection
Delete an issue attachment
Authentication
Connected account requiredTags
Delete a comment attachmentGITEA_ISSUE_DELETE_ISSUE_COMMENT_ATTACHMENTDelete a comment attachmentConnection
Delete a comment attachment
Authentication
Connected account requiredTags
Remove a reaction from an issueGITEA_ISSUE_DELETE_ISSUE_REACTIONRemove a reaction from an issueConnection
Remove a reaction from an issue
Authentication
Connected account requiredTags
Delete a labelGITEA_ISSUE_DELETE_LABELDelete a labelConnection
Delete a label
Authentication
Connected account requiredTags
Delete a milestoneGITEA_ISSUE_DELETE_MILESTONEDelete a milestoneConnection
Delete a milestone
Authentication
Connected account requiredTags
Delete an issue's existing stopwatch.GITEA_ISSUE_DELETE_STOP_WATCHDelete an issue's existing stopwatch.Connection
Delete an issue's existing stopwatch.
Authentication
Connected account requiredTags
Unsubscribe user from issueGITEA_ISSUE_DELETE_SUBSCRIPTIONUnsubscribe user from issueConnection
Unsubscribe user from issue
Authentication
Connected account requiredTags
Delete specific tracked timeGITEA_ISSUE_DELETE_TIMEDelete specific tracked timeConnection
Delete specific tracked time
Authentication
Connected account requiredTags
Edit a commentGITEA_ISSUE_EDIT_COMMENTEdit a commentConnection
Edit a comment
Authentication
Connected account requiredTags
Edit a commentGITEA_ISSUE_EDIT_COMMENT_DEPRECATEDEdit a commentConnection
Edit a comment
Authentication
Connected account requiredTags
Edit an issue. If using deadline only the date will be taken into account, and time of day ignored.GITEA_ISSUE_EDIT_ISSUEPass `content_version` to enable optimistic locking on body edits. If the version doesn't match the current value, the request fails with 409 Conflict.Connection
Pass `content_version` to enable optimistic locking on body edits. If the version doesn't match the current value, the request fails with 409 Conflict.
Authentication
Connected account requiredTags
Edit an issue attachmentGITEA_ISSUE_EDIT_ISSUE_ATTACHMENTEdit an issue attachmentConnection
Edit an issue attachment
Authentication
Connected account requiredTags
Edit a comment attachmentGITEA_ISSUE_EDIT_ISSUE_COMMENT_ATTACHMENTEdit a comment attachmentConnection
Edit a comment attachment
Authentication
Connected account requiredTags
Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.GITEA_ISSUE_EDIT_ISSUE_DEADLINESet an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.Connection
Set an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.
Authentication
Connected account requiredTags
Update a labelGITEA_ISSUE_EDIT_LABELUpdate a labelConnection
Update a label
Authentication
Connected account requiredTags
Update a milestoneGITEA_ISSUE_EDIT_MILESTONEUpdate a milestoneConnection
Update a milestone
Authentication
Connected account requiredTags
Get a commentGITEA_ISSUE_GET_COMMENTGet a commentConnection
Get a comment
Authentication
Connected account requiredTags
Get a list of reactions from a comment of an issueGITEA_ISSUE_GET_COMMENT_REACTIONSGet a list of reactions from a comment of an issueConnection
Get a list of reactions from a comment of an issue
Authentication
Connected account requiredTags
List all comments on an issueGITEA_ISSUE_GET_COMMENTSList all comments on an issueConnection
List all comments on an issue
Authentication
Connected account requiredTags
List all comments and events on an issueGITEA_ISSUE_GET_COMMENTS_AND_TIMELINEList all comments and events on an issueConnection
List all comments and events on an issue
Authentication
Connected account requiredTags
Get an issueGITEA_ISSUE_GET_ISSUEGet an issueConnection
Get an issue
Authentication
Connected account requiredTags
Get an issue attachmentGITEA_ISSUE_GET_ISSUE_ATTACHMENTGet an issue attachmentConnection
Get an issue attachment
Authentication
Connected account requiredTags
Get a comment attachmentGITEA_ISSUE_GET_ISSUE_COMMENT_ATTACHMENTGet a comment attachmentConnection
Get a comment attachment
Authentication
Connected account requiredTags
Get a list reactions of an issueGITEA_ISSUE_GET_ISSUE_REACTIONSGet a list reactions of an issueConnection
Get a list reactions of an issue
Authentication
Connected account requiredTags
Get a single labelGITEA_ISSUE_GET_LABELGet a single labelConnection
Get a single label
Authentication
Connected account requiredTags
Get an issue's labelsGITEA_ISSUE_GET_LABELSGet an issue's labelsConnection
Get an issue's labels
Authentication
Connected account requiredTags
Get a milestoneGITEA_ISSUE_GET_MILESTONEGet a milestoneConnection
Get a milestone
Authentication
Connected account requiredTags
Get all of a repository's opened milestonesGITEA_ISSUE_GET_MILESTONES_LISTGet all of a repository's opened milestonesConnection
Get all of a repository's opened milestones
Authentication
Connected account requiredTags
List all comments in a repositoryGITEA_ISSUE_GET_REPO_COMMENTSList all comments in a repositoryConnection
List all comments in a repository
Authentication
Connected account requiredTags
List issues that are blocked by this issueGITEA_ISSUE_LIST_BLOCKSList issues that are blocked by this issueConnection
List issues that are blocked by this issue
Authentication
Connected account requiredTags
List issue's attachmentsGITEA_ISSUE_LIST_ISSUE_ATTACHMENTSList issue's attachmentsConnection
List issue's attachments
Authentication
Connected account requiredTags
List comment's attachmentsGITEA_ISSUE_LIST_ISSUE_COMMENT_ATTACHMENTSList comment's attachmentsConnection
List comment's attachments
Authentication
Connected account requiredTags
List an issue's dependencies, i.e all issues that block this issue.GITEA_ISSUE_LIST_ISSUE_DEPENDENCIESList an issue's dependencies, i.e all issues that block this issue.Connection
List an issue's dependencies, i.e all issues that block this issue.
Authentication
Connected account requiredTags
List a repository's issuesGITEA_ISSUE_LIST_ISSUESList a repository's issuesConnection
List a repository's issues
Authentication
Connected account requiredTags
Get all of a repository's labelsGITEA_ISSUE_LIST_LABELSGet all of a repository's labelsConnection
Get all of a repository's labels
Authentication
Connected account requiredTags
Lock an issueGITEA_ISSUE_LOCK_ISSUELock an issueConnection
Lock an issue
Authentication
Connected account requiredTags
Add a reaction to a comment of an issueGITEA_ISSUE_POST_COMMENT_REACTIONAdd a reaction to a comment of an issueConnection
Add a reaction to a comment of an issue
Authentication
Connected account requiredTags
Add a reaction to an issueGITEA_ISSUE_POST_ISSUE_REACTIONAdd a reaction to an issueConnection
Add a reaction to an issue
Authentication
Connected account requiredTags
Remove assignees from an issueGITEA_ISSUE_REMOVE_ASSIGNEESRemove assignees from an issueConnection
Remove assignees from an issue
Authentication
Connected account requiredTags
Unblock the issue given in the body by the issue in pathGITEA_ISSUE_REMOVE_ISSUE_BLOCKINGUnblock the issue given in the body by the issue in pathConnection
Unblock the issue given in the body by the issue in path
Authentication
Connected account requiredTags
Remove an issue dependencyGITEA_ISSUE_REMOVE_ISSUE_DEPENDENCIESRemove an issue dependencyConnection
Remove an issue dependency
Authentication
Connected account requiredTags
Remove a label from an issueGITEA_ISSUE_REMOVE_LABELRemove a label from an issueConnection
Remove a label from an issue
Authentication
Connected account requiredTags
Replace an issue's labelsGITEA_ISSUE_REPLACE_LABELSReplace an issue's labelsConnection
Replace an issue's labels
Authentication
Connected account requiredTags
Reset a tracked time of an issueGITEA_ISSUE_RESET_TIMEReset a tracked time of an issueConnection
Reset a tracked time of an issue
Authentication
Connected account requiredTags
Search for issues across the repositories that the user has access toGITEA_ISSUE_SEARCH_ISSUESSearch for issues across the repositories that the user has access toConnection
Search for issues across the repositories that the user has access to
Authentication
Connected account requiredTags
Start stopwatch on an issue.GITEA_ISSUE_START_STOP_WATCHStart stopwatch on an issue.Connection
Start stopwatch on an issue.
Authentication
Connected account requiredTags
Stop an issue's existing stopwatch.GITEA_ISSUE_STOP_STOP_WATCHStop an issue's existing stopwatch.Connection
Stop an issue's existing stopwatch.
Authentication
Connected account requiredTags
Get users who subscribed on an issue.GITEA_ISSUE_SUBSCRIPTIONSGet users who subscribed on an issue.Connection
Get users who subscribed on an issue.
Authentication
Connected account requiredTags
List an issue's tracked timesGITEA_ISSUE_TRACKED_TIMESList an issue's tracked timesConnection
List an issue's tracked times
Authentication
Connected account requiredTags
Unlock an issueGITEA_ISSUE_UNLOCK_ISSUEUnlock an issueConnection
Unlock an issue
Authentication
Connected account requiredTags
Link a package to a repositoryGITEA_LINK_PACKAGELink a package to a repositoryConnection
Link a package to a repository
Authentication
Connected account requiredTags
List a repository's action tasksGITEA_LIST_ACTION_TASKSList a repository's action tasksConnection
List a repository's action tasks
Authentication
Connected account requiredTags
Lists all jobsGITEA_LIST_ADMIN_WORKFLOW_JOBSLists all jobsConnection
Lists all jobs
Authentication
Connected account requiredTags
Lists all runsGITEA_LIST_ADMIN_WORKFLOW_RUNSLists all runsConnection
Lists all runs
Authentication
Connected account requiredTags
List a repository's forksGITEA_LIST_FORKSList a repository's forksConnection
List a repository's forks
Authentication
Connected account requiredTags
Returns a list of all gitignore templatesGITEA_LIST_GITIGNORES_TEMPLATESReturns a list of all gitignore templatesConnection
Returns a list of all gitignore templates
Authentication
Connected account requiredTags
Returns a list of all label templatesGITEA_LIST_LABEL_TEMPLATESReturns a list of all label templatesConnection
Returns a list of all label templates
Authentication
Connected account requiredTags
Returns a list of all license templatesGITEA_LIST_LICENSE_TEMPLATESReturns a list of all license templatesConnection
Returns a list of all license templates
Authentication
Connected account requiredTags
Gets all files of a packageGITEA_LIST_PACKAGE_FILESGets all files of a packageConnection
Gets all files of a package
Authentication
Connected account requiredTags
Gets all versions of a packageGITEA_LIST_PACKAGE_VERSIONSGets all versions of a packageConnection
Gets all versions of a package
Authentication
Connected account requiredTags
Gets all packages of an ownerGITEA_LIST_PACKAGESGets all packages of an ownerConnection
Gets all packages of an owner
Authentication
Connected account requiredTags
Lists all jobs for a repositoryGITEA_LIST_WORKFLOW_JOBSLists all jobs for a repositoryConnection
Lists all jobs for a repository
Authentication
Connected account requiredTags
Lists all jobs for a workflow run attemptGITEA_LIST_WORKFLOW_RUN_ATTEMPT_JOBSLists all jobs for a workflow run attemptConnection
Lists all jobs for a workflow run attempt
Authentication
Connected account requiredTags
Lists all jobs for a workflow runGITEA_LIST_WORKFLOW_RUN_JOBSLists all jobs for a workflow runConnection
Lists all jobs for a workflow run
Authentication
Connected account requiredTags
Moves the Pin to the given PositionGITEA_MOVE_ISSUE_PINMoves the Pin to the given PositionConnection
Moves the Pin to the given Position
Authentication
Connected account requiredTags
List users's notification threadsGITEA_NOTIFY_GET_LISTList users's notification threadsConnection
List users's notification threads
Authentication
Connected account requiredTags
List users's notification threads on a specific repoGITEA_NOTIFY_GET_REPO_LISTList users's notification threads on a specific repoConnection
List users's notification threads on a specific repo
Authentication
Connected account requiredTags
Get notification thread by IDGITEA_NOTIFY_GET_THREADGet notification thread by IDConnection
Get notification thread by ID
Authentication
Connected account requiredTags
Check if unread notifications existGITEA_NOTIFY_NEW_AVAILABLECheck if unread notifications existConnection
Check if unread notifications exist
Authentication
Connected account requiredTags
Mark notification threads as read, pinned or unreadGITEA_NOTIFY_READ_LISTMark notification threads as read, pinned or unreadConnection
Mark notification threads as read, pinned or unread
Authentication
Connected account requiredTags
Mark notification threads as read, pinned or unread on a specific repoGITEA_NOTIFY_READ_REPO_LISTMark notification threads as read, pinned or unread on a specific repoConnection
Mark notification threads as read, pinned or unread on a specific repo
Authentication
Connected account requiredTags
Mark notification thread as read by IDGITEA_NOTIFY_READ_THREADMark notification thread as read by IDConnection
Mark notification thread as read by ID
Authentication
Connected account requiredTags
Add a team memberGITEA_ORG_ADD_TEAM_MEMBERAdd a team memberConnection
Add a team member
Authentication
Connected account requiredTags
Add a repository to a teamGITEA_ORG_ADD_TEAM_REPOSITORYAdd a repository to a teamConnection
Add a repository to a team
Authentication
Connected account requiredTags
Conceal a user's membershipGITEA_ORG_CONCEAL_MEMBERConceal a user's membershipConnection
Conceal a user's membership
Authentication
Connected account requiredTags
Create an organizationGITEA_ORG_CREATECreate an organizationConnection
Create an organization
Authentication
Connected account requiredTags
Create a hookGITEA_ORG_CREATE_HOOKCreate a hookConnection
Create a hook
Authentication
Connected account requiredTags
Create a label for an organizationGITEA_ORG_CREATE_LABELCreate a label for an organizationConnection
Create a label for an organization
Authentication
Connected account requiredTags
Get an organization's actions runner registration tokenGITEA_ORG_CREATE_RUNNER_REGISTRATION_TOKENGet an organization's actions runner registration tokenConnection
Get an organization's actions runner registration token
Authentication
Connected account requiredTags
Create a teamGITEA_ORG_CREATE_TEAMCreate a teamConnection
Create a team
Authentication
Connected account requiredTags
Delete an organizationGITEA_ORG_DELETEDelete an organizationConnection
Delete an organization
Authentication
Connected account requiredTags
Delete AvatarGITEA_ORG_DELETE_AVATARDelete AvatarConnection
Delete Avatar
Authentication
Connected account requiredTags
Delete a hookGITEA_ORG_DELETE_HOOKDelete a hookConnection
Delete a hook
Authentication
Connected account requiredTags
Delete a labelGITEA_ORG_DELETE_LABELDelete a labelConnection
Delete a label
Authentication
Connected account requiredTags
Remove a member from an organizationGITEA_ORG_DELETE_MEMBERRemove a member from an organizationConnection
Remove a member from an organization
Authentication
Connected account requiredTags
Delete all repositories in an organizationGITEA_ORG_DELETE_REPOSDelete all repositories in an organizationConnection
Delete all repositories in an organization
Authentication
Connected account requiredTags
Delete a teamGITEA_ORG_DELETE_TEAMDelete a teamConnection
Delete a team
Authentication
Connected account requiredTags
Edit an organizationGITEA_ORG_EDITEdit an organizationConnection
Edit an organization
Authentication
Connected account requiredTags
Update a hookGITEA_ORG_EDIT_HOOKUpdate a hookConnection
Update a hook
Authentication
Connected account requiredTags
Update a labelGITEA_ORG_EDIT_LABELUpdate a labelConnection
Update a label
Authentication
Connected account requiredTags
Edit a teamGITEA_ORG_EDIT_TEAMEdit a teamConnection
Edit a team
Authentication
Connected account requiredTags
Get an organizationGITEA_ORG_GETGet an organizationConnection
Get an organization
Authentication
Connected account requiredTags
Get list of organizationsGITEA_ORG_GET_ALLGet list of organizationsConnection
Get list of organizations
Authentication
Connected account requiredTags
Get a hookGITEA_ORG_GET_HOOKGet a hookConnection
Get a hook
Authentication
Connected account requiredTags
Get a single labelGITEA_ORG_GET_LABELGet a single labelConnection
Get a single label
Authentication
Connected account requiredTags
Get a teamGITEA_ORG_GET_TEAMGet a teamConnection
Get a team
Authentication
Connected account requiredTags
Get user permissions in organizationGITEA_ORG_GET_USER_PERMISSIONSGet user permissions in organizationConnection
Get user permissions in organization
Authentication
Connected account requiredTags
Check if a user is a member of an organizationGITEA_ORG_IS_MEMBERCheck if a user is a member of an organizationConnection
Check if a user is a member of an organization
Authentication
Connected account requiredTags
Check if a user is a public member of an organizationGITEA_ORG_IS_PUBLIC_MEMBERCheck if a user is a public member of an organizationConnection
Check if a user is a public member of an organization
Authentication
Connected account requiredTags
List an organization's actions secretsGITEA_ORG_LIST_ACTIONS_SECRETSList an organization's actions secretsConnection
List an organization's actions secrets
Authentication
Connected account requiredTags
List an organization's activity feedsGITEA_ORG_LIST_ACTIVITY_FEEDSList an organization's activity feedsConnection
List an organization's activity feeds
Authentication
Connected account requiredTags
List the current user's organizationsGITEA_ORG_LIST_CURRENT_USER_ORGSList the current user's organizationsConnection
List the current user's organizations
Authentication
Connected account requiredTags
List an organization's webhooksGITEA_ORG_LIST_HOOKSList an organization's webhooksConnection
List an organization's webhooks
Authentication
Connected account requiredTags
List an organization's labelsGITEA_ORG_LIST_LABELSList an organization's labelsConnection
List an organization's labels
Authentication
Connected account requiredTags
List an organization's membersGITEA_ORG_LIST_MEMBERSList an organization's membersConnection
List an organization's members
Authentication
Connected account requiredTags
List an organization's public membersGITEA_ORG_LIST_PUBLIC_MEMBERSList an organization's public membersConnection
List an organization's public members
Authentication
Connected account requiredTags
List an organization's reposGITEA_ORG_LIST_REPOSList an organization's reposConnection
List an organization's repos
Authentication
Connected account requiredTags
List a team's activity feedsGITEA_ORG_LIST_TEAM_ACTIVITY_FEEDSList a team's activity feedsConnection
List a team's activity feeds
Authentication
Connected account requiredTags
List a particular member of teamGITEA_ORG_LIST_TEAM_MEMBERList a particular member of teamConnection
List a particular member of team
Authentication
Connected account requiredTags
List a team's membersGITEA_ORG_LIST_TEAM_MEMBERSList a team's membersConnection
List a team's members
Authentication
Connected account requiredTags
List a particular repo of teamGITEA_ORG_LIST_TEAM_REPOList a particular repo of teamConnection
List a particular repo of team
Authentication
Connected account requiredTags
List a team's reposGITEA_ORG_LIST_TEAM_REPOSList a team's reposConnection
List a team's repos
Authentication
Connected account requiredTags
List an organization's teamsGITEA_ORG_LIST_TEAMSList an organization's teamsConnection
List an organization's teams
Authentication
Connected account requiredTags
List a user's organizationsGITEA_ORG_LIST_USER_ORGSList a user's organizationsConnection
List a user's organizations
Authentication
Connected account requiredTags
Publicize a user's membershipGITEA_ORG_PUBLICIZE_MEMBERPublicize a user's membershipConnection
Publicize a user's membership
Authentication
Connected account requiredTags
Remove a team memberGITEA_ORG_REMOVE_TEAM_MEMBERRemove a team memberConnection
Remove a team member
Authentication
Connected account requiredTags
Remove a repository from a teamGITEA_ORG_REMOVE_TEAM_REPOSITORYThis does not delete the repository, it only removes the repository from the team.Connection
This does not delete the repository, it only removes the repository from the team.
Authentication
Connected account requiredTags
Update AvatarGITEA_ORG_UPDATE_AVATARUpdate AvatarConnection
Update Avatar
Authentication
Connected account requiredTags
Block a userGITEA_ORGANIZATION_BLOCK_USERBlock a userConnection
Block a user
Authentication
Connected account requiredTags
Check if a user is blocked by the organizationGITEA_ORGANIZATION_CHECK_USER_BLOCKCheck if a user is blocked by the organizationConnection
Check if a user is blocked by the organization
Authentication
Connected account requiredTags
List users blocked by the organizationGITEA_ORGANIZATION_LIST_BLOCKSList users blocked by the organizationConnection
List users blocked by the organization
Authentication
Connected account requiredTags
Unblock a userGITEA_ORGANIZATION_UNBLOCK_USERUnblock a userConnection
Unblock a user
Authentication
Connected account requiredTags
Pin an IssueGITEA_PIN_ISSUEPin an IssueConnection
Pin an Issue
Authentication
Connected account requiredTags
Reject a repo transferGITEA_REJECT_REPO_TRANSFERReject a repo transferConnection
Reject a repo transfer
Authentication
Connected account requiredTags
Rename an organizationGITEA_RENAME_ORGRename an organizationConnection
Rename an organization
Authentication
Connected account requiredTags
Render a markdown document as HTMLGITEA_RENDER_MARKDOWNRender a markdown document as HTMLConnection
Render a markdown document as HTML
Authentication
Connected account requiredTags
Render raw markdown as HTMLGITEA_RENDER_MARKDOWN_RAWRender raw markdown as HTMLConnection
Render raw markdown as HTML
Authentication
Connected account requiredTags
Render a markup document as HTMLGITEA_RENDER_MARKUPRender a markup document as HTMLConnection
Render a markup document as HTML
Authentication
Connected account requiredTags
Add or Update a collaborator to a repositoryGITEA_REPO_ADD_COLLABORATORAdd or Update a collaborator to a repositoryConnection
Add or Update a collaborator to a repository
Authentication
Connected account requiredTags
add a push mirror to the repositoryGITEA_REPO_ADD_PUSH_MIRRORadd a push mirror to the repositoryConnection
add a push mirror to the repository
Authentication
Connected account requiredTags
Add a team to a repositoryGITEA_REPO_ADD_TEAMAdd a team to a repositoryConnection
Add a team to a repository
Authentication
Connected account requiredTags
Add a topic to a repositoryGITEA_REPO_ADD_TOPICAdd a topic to a repositoryConnection
Add a topic to a repository
Authentication
Connected account requiredTags
Apply diff patch to repositoryGITEA_REPO_APPLY_DIFF_PATCHApply diff patch to repositoryConnection
Apply diff patch to repository
Authentication
Connected account requiredTags
Cancel the scheduled auto merge for the given pull requestGITEA_REPO_CANCEL_SCHEDULED_AUTO_MERGECancel the scheduled auto merge for the given pull requestConnection
Cancel the scheduled auto merge for the given pull request
Authentication
Connected account requiredTags
Modify multiple files in a repositoryGITEA_REPO_CHANGE_FILESModify multiple files in a repositoryConnection
Modify multiple files in a repository
Authentication
Connected account requiredTags
Check if a user can be assigned to issues in a repositoryGITEA_REPO_CHECK_ASSIGNEECheck if a user can be assigned to issues in a repositoryConnection
Check if a user can be assigned to issues in a repository
Authentication
Connected account requiredTags
Check if a user is a collaborator of a repositoryGITEA_REPO_CHECK_COLLABORATORCheck if a user is a collaborator of a repositoryConnection
Check if a user is a collaborator of a repository
Authentication
Connected account requiredTags
Check if a team is assigned to a repositoryGITEA_REPO_CHECK_TEAMCheck if a team is assigned to a repositoryConnection
Check if a team is assigned to a repository
Authentication
Connected account requiredTags
Get commit comparison informationGITEA_REPO_COMPARE_DIFFBy default returns JSON commit comparison information. The raw diff or patch can be requested with the `output` query parameter set to `diff` or `patch` respectively.Connection
By default returns JSON commit comparison information. The raw diff or patch can be requested with the `output` query parameter set to `diff` or `patch` respectively.
Authentication
Connected account requiredTags
Create a branchGITEA_REPO_CREATE_BRANCHCreate a branchConnection
Create a branch
Authentication
Connected account requiredTags
Create a branch protections for a repositoryGITEA_REPO_CREATE_BRANCH_PROTECTIONCreate a branch protections for a repositoryConnection
Create a branch protections for a repository
Authentication
Connected account requiredTags
Create a file in a repositoryGITEA_REPO_CREATE_FILECreate a file in a repositoryConnection
Create a file in a repository
Authentication
Connected account requiredTags
Create a hookGITEA_REPO_CREATE_HOOKCreate a hookConnection
Create a hook
Authentication
Connected account requiredTags
Add a key to a repositoryGITEA_REPO_CREATE_KEYAdd a key to a repositoryConnection
Add a key to a repository
Authentication
Connected account requiredTags
Create a pull requestGITEA_REPO_CREATE_PULL_REQUESTCreate a pull requestConnection
Create a pull request
Authentication
Connected account requiredTags
Create a review to a pull requestGITEA_REPO_CREATE_PULL_REVIEWCreate a review to a pull requestConnection
Create a review to a pull request
Authentication
Connected account requiredTags
Reply to a pull request review commentGITEA_REPO_CREATE_PULL_REVIEW_COMMENT_REPLYReply to a pull request review commentConnection
Reply to a pull request review comment
Authentication
Connected account requiredTags
create review requests for a pull requestGITEA_REPO_CREATE_PULL_REVIEW_REQUESTScreate review requests for a pull requestConnection
create review requests for a pull request
Authentication
Connected account requiredTags
Create a releaseGITEA_REPO_CREATE_RELEASECreate a releaseConnection
Create a release
Authentication
Connected account requiredTags
Create a release attachmentGITEA_REPO_CREATE_RELEASE_ATTACHMENTCreate a release attachmentConnection
Create a release attachment
Authentication
Connected account requiredTags
Get a repository's actions runner registration tokenGITEA_REPO_CREATE_RUNNER_REGISTRATION_TOKENGet a repository's actions runner registration tokenConnection
Get a repository's actions runner registration token
Authentication
Connected account requiredTags
Create a commit statusGITEA_REPO_CREATE_STATUSCreate a commit statusConnection
Create a commit status
Authentication
Connected account requiredTags
Create a new git tag in a repositoryGITEA_REPO_CREATE_TAGCreate a new git tag in a repositoryConnection
Create a new git tag in a repository
Authentication
Connected account requiredTags
Create a tag protections for a repositoryGITEA_REPO_CREATE_TAG_PROTECTIONCreate a tag protections for a repositoryConnection
Create a tag protections for a repository
Authentication
Connected account requiredTags
Create a wiki pageGITEA_REPO_CREATE_WIKI_PAGECreate a wiki pageConnection
Create a wiki page
Authentication
Connected account requiredTags
Delete a repositoryGITEA_REPO_DELETEDelete a repositoryConnection
Delete a repository
Authentication
Connected account requiredTags
Delete avatarGITEA_REPO_DELETE_AVATARDelete avatarConnection
Delete avatar
Authentication
Connected account requiredTags
Delete a specific branch from a repositoryGITEA_REPO_DELETE_BRANCHDelete a specific branch from a repositoryConnection
Delete a specific branch from a repository
Authentication
Connected account requiredTags
Delete a specific branch protection for the repositoryGITEA_REPO_DELETE_BRANCH_PROTECTIONDelete a specific branch protection for the repositoryConnection
Delete a specific branch protection for the repository
Authentication
Connected account requiredTags
Delete a collaborator from a repositoryGITEA_REPO_DELETE_COLLABORATORDelete a collaborator from a repositoryConnection
Delete a collaborator from a repository
Authentication
Connected account requiredTags
Delete a file in a repositoryGITEA_REPO_DELETE_FILEDelete a file in a repositoryConnection
Delete a file in a repository
Authentication
Connected account requiredTags
Delete a Git hook in a repositoryGITEA_REPO_DELETE_GIT_HOOKDelete a Git hook in a repositoryConnection
Delete a Git hook in a repository
Authentication
Connected account requiredTags
Delete a hook in a repositoryGITEA_REPO_DELETE_HOOKDelete a hook in a repositoryConnection
Delete a hook in a repository
Authentication
Connected account requiredTags
Delete a key from a repositoryGITEA_REPO_DELETE_KEYDelete a key from a repositoryConnection
Delete a key from a repository
Authentication
Connected account requiredTags
Delete a specific review from a pull requestGITEA_REPO_DELETE_PULL_REVIEWDelete a specific review from a pull requestConnection
Delete a specific review from a pull request
Authentication
Connected account requiredTags
cancel review requests for a pull requestGITEA_REPO_DELETE_PULL_REVIEW_REQUESTScancel review requests for a pull requestConnection
cancel review requests for a pull request
Authentication
Connected account requiredTags
deletes a push mirror from a repository by remoteNameGITEA_REPO_DELETE_PUSH_MIRRORdeletes a push mirror from a repository by remoteNameConnection
deletes a push mirror from a repository by remoteName
Authentication
Connected account requiredTags
Delete a releaseGITEA_REPO_DELETE_RELEASEDelete a releaseConnection
Delete a release
Authentication
Connected account requiredTags
Delete a release attachmentGITEA_REPO_DELETE_RELEASE_ATTACHMENTDelete a release attachmentConnection
Delete a release attachment
Authentication
Connected account requiredTags
Delete a release by tag nameGITEA_REPO_DELETE_RELEASE_BY_TAGDelete a release by tag nameConnection
Delete a release by tag name
Authentication
Connected account requiredTags
Delete a repository's tag by nameGITEA_REPO_DELETE_TAGDelete a repository's tag by nameConnection
Delete a repository's tag by name
Authentication
Connected account requiredTags
Delete a specific tag protection for the repositoryGITEA_REPO_DELETE_TAG_PROTECTIONDelete a specific tag protection for the repositoryConnection
Delete a specific tag protection for the repository
Authentication
Connected account requiredTags
Delete a team from a repositoryGITEA_REPO_DELETE_TEAMDelete a team from a repositoryConnection
Delete a team from a repository
Authentication
Connected account requiredTags
Delete a topic from a repositoryGITEA_REPO_DELETE_TOPICDelete a topic from a repositoryConnection
Delete a topic from a repository
Authentication
Connected account requiredTags
Delete a wiki pageGITEA_REPO_DELETE_WIKI_PAGEDelete a wiki pageConnection
Delete a wiki page
Authentication
Connected account requiredTags
Dismiss a review for a pull requestGITEA_REPO_DISMISS_PULL_REVIEWDismiss a review for a pull requestConnection
Dismiss a review for a pull request
Authentication
Connected account requiredTags
Get a commit's diff or patchGITEA_REPO_DOWNLOAD_COMMIT_DIFF_OR_PATCHGet a commit's diff or patchConnection
Get a commit's diff or patch
Authentication
Connected account requiredTags
Get a pull request diff or patchGITEA_REPO_DOWNLOAD_PULL_DIFF_OR_PATCHGet a pull request diff or patchConnection
Get a pull request diff or patch
Authentication
Connected account requiredTags
Edit a repository's properties. Only fields that are set will be changed.GITEA_REPO_EDITEdit a repository's properties. Only fields that are set will be changed.Connection
Edit a repository's properties. Only fields that are set will be changed.
Authentication
Connected account requiredTags
Edit a branch protections for a repository. Only fields that are set will be changedGITEA_REPO_EDIT_BRANCH_PROTECTIONEdit a branch protections for a repository. Only fields that are set will be changedConnection
Edit a branch protections for a repository. Only fields that are set will be changed
Authentication
Connected account requiredTags
Edit a Git hook in a repositoryGITEA_REPO_EDIT_GIT_HOOKEdit a Git hook in a repositoryConnection
Edit a Git hook in a repository
Authentication
Connected account requiredTags
Edit a hook in a repositoryGITEA_REPO_EDIT_HOOKEdit a hook in a repositoryConnection
Edit a hook in a repository
Authentication
Connected account requiredTags
Update a pull request. If using deadline only the date will be taken into account, and time of day ignored.GITEA_REPO_EDIT_PULL_REQUESTUpdate a pull request. If using deadline only the date will be taken into account, and time of day ignored.Connection
Update a pull request. If using deadline only the date will be taken into account, and time of day ignored.
Authentication
Connected account requiredTags
Update a releaseGITEA_REPO_EDIT_RELEASEUpdate a releaseConnection
Update a release
Authentication
Connected account requiredTags
Edit a release attachmentGITEA_REPO_EDIT_RELEASE_ATTACHMENTEdit a release attachmentConnection
Edit a release attachment
Authentication
Connected account requiredTags
Edit a tag protections for a repository. Only fields that are set will be changedGITEA_REPO_EDIT_TAG_PROTECTIONEdit a tag protections for a repository. Only fields that are set will be changedConnection
Edit a tag protections for a repository. Only fields that are set will be changed
Authentication
Connected account requiredTags
Edit a wiki pageGITEA_REPO_EDIT_WIKI_PAGEEdit a wiki pageConnection
Edit a wiki page
Authentication
Connected account requiredTags
Get a repositoryGITEA_REPO_GETGet a repositoryConnection
Get a repository
Authentication
Connected account requiredTags
Get a list of all commits from a repositoryGITEA_REPO_GET_ALL_COMMITSGet a list of all commits from a repositoryConnection
Get a list of all commits from a repository
Authentication
Connected account requiredTags
Get an archive of a repositoryGITEA_REPO_GET_ARCHIVEGet an archive of a repositoryConnection
Get an archive of a repository
Authentication
Connected account requiredTags
Return all users that have write access and can be assigned to issuesGITEA_REPO_GET_ASSIGNEESReturn all users that have write access and can be assigned to issuesConnection
Return all users that have write access and can be assigned to issues
Authentication
Connected account requiredTags
Retrieve a specific branch from a repository, including its effective branch protectionGITEA_REPO_GET_BRANCHRetrieve a specific branch from a repository, including its effective branch protectionConnection
Retrieve a specific branch from a repository, including its effective branch protection
Authentication
Connected account requiredTags
Get a specific branch protection for the repositoryGITEA_REPO_GET_BRANCH_PROTECTIONGet a specific branch protection for the repositoryConnection
Get a specific branch protection for the repository
Authentication
Connected account requiredTags
Get a repository by idGITEA_REPO_GET_BY_IDGet a repository by idConnection
Get a repository by id
Authentication
Connected account requiredTags
Get a commit's combined status, by branch/tag/commit referenceGITEA_REPO_GET_COMBINED_STATUS_BY_REFGet a commit's combined status, by branch/tag/commit referenceConnection
Get a commit's combined status, by branch/tag/commit reference
Authentication
Connected account requiredTags
Get the merged pull request of the commitGITEA_REPO_GET_COMMIT_PULL_REQUESTGet the merged pull request of the commitConnection
Get the merged pull request of the commit
Authentication
Connected account requiredTags
Gets the metadata and contents (if a file) of an entry in a repository, or a list of entries if a dir.GITEA_REPO_GET_CONTENTSThis API follows GitHub's design, and it is not easy to use. Recommend users to use the "contents-ext" API instead.Connection
This API follows GitHub's design, and it is not easy to use. Recommend users to use the "contents-ext" API instead.
Authentication
Connected account requiredTags
The extended "contents" API, to get file metadata and/or content, or list a directory.GITEA_REPO_GET_CONTENTS_EXTIt guarantees that only one of the response fields is set if the request succeeds. Users can pass "includes=file_content" or "includes=lfs_metadata" to retrieve more fields. "includes=file_content" only works for single file, if you need to retrieve file contents in batch, use "file-contents" API after listing the directory.Connection
It guarantees that only one of the response fields is set if the request succeeds. Users can pass "includes=file_content" or "includes=lfs_metadata" to retrieve more fields. "includes=file_content" only works for single file, if you need to retrieve file contents in batch, use "file-contents" API after listing the directory.
Authentication
Connected account requiredTags
Gets the metadata of all the entries of the root dir.GITEA_REPO_GET_CONTENTS_LISTThis API follows GitHub's design, and it is not easy to use. Recommend users to use our "contents-ext" API instead.Connection
This API follows GitHub's design, and it is not easy to use. Recommend users to use our "contents-ext" API instead.
Authentication
Connected account requiredTags
Get the EditorConfig definitions of a file in a repositoryGITEA_REPO_GET_EDITOR_CONFIGGet the EditorConfig definitions of a file in a repositoryConnection
Get the EditorConfig definitions of a file in a repository
Authentication
Connected account requiredTags
Get the metadata and contents of requested filesGITEA_REPO_GET_FILE_CONTENTSSee the POST method. This GET method supports using JSON encoded request body in query parameter.Connection
See the POST method. This GET method supports using JSON encoded request body in query parameter.
Authentication
Connected account requiredTags
Get the metadata and contents of requested filesGITEA_REPO_GET_FILE_CONTENTS_POSTUses automatic pagination based on default page size and max response size and returns the maximum allowed number of files. Files which could not be retrieved are null. Files which are too large are being returned with `encoding == null`, `content == null` and `size > 0`, they can be requested separately by using the `download_url`.Connection
Uses automatic pagination based on default page size and max response size and returns the maximum allowed number of files. Files which could not be retrieved are null. Files which are too large are being returned with `encoding == null`, `content == null` and `size > 0`, they can be requested separately by using the `download_url`.
Authentication
Connected account requiredTags
Get a Git hookGITEA_REPO_GET_GIT_HOOKGet a Git hookConnection
Get a Git hook
Authentication
Connected account requiredTags
Get a hookGITEA_REPO_GET_HOOKGet a hookConnection
Get a hook
Authentication
Connected account requiredTags
Returns the issue config for a repoGITEA_REPO_GET_ISSUE_CONFIGReturns the issue config for a repoConnection
Returns the issue config for a repo
Authentication
Connected account requiredTags
Get available issue templates for a repositoryGITEA_REPO_GET_ISSUE_TEMPLATESGet available issue templates for a repositoryConnection
Get available issue templates for a repository
Authentication
Connected account requiredTags
Get a repository's key by idGITEA_REPO_GET_KEYGet a repository's key by idConnection
Get a repository's key by id
Authentication
Connected account requiredTags
Get languages and number of bytes of code writtenGITEA_REPO_GET_LANGUAGESGet languages and number of bytes of code writtenConnection
Get languages and number of bytes of code written
Authentication
Connected account requiredTags
Gets the most recent non-prerelease, non-draft release of a repository, sorted by created_atGITEA_REPO_GET_LATEST_RELEASEGets the most recent non-prerelease, non-draft release of a repository, sorted by created_atConnection
Gets the most recent non-prerelease, non-draft release of a repository, sorted by created_at
Authentication
Connected account requiredTags
Get repo licensesGITEA_REPO_GET_LICENSESGet repo licensesConnection
Get repo licenses
Authentication
Connected account requiredTags
Get a note corresponding to a single commit from a repositoryGITEA_REPO_GET_NOTEGet a note corresponding to a single commit from a repositoryConnection
Get a note corresponding to a single commit from a repository
Authentication
Connected account requiredTags
Get a pull requestGITEA_REPO_GET_PULL_REQUESTGet a pull requestConnection
Get a pull request
Authentication
Connected account requiredTags
Get a pull request by base and headGITEA_REPO_GET_PULL_REQUEST_BY_BASE_HEADGet a pull request by base and headConnection
Get a pull request by base and head
Authentication
Connected account requiredTags
Get commits for a pull requestGITEA_REPO_GET_PULL_REQUEST_COMMITSGet commits for a pull requestConnection
Get commits for a pull request
Authentication
Connected account requiredTags
Get changed files for a pull requestGITEA_REPO_GET_PULL_REQUEST_FILESGet changed files for a pull requestConnection
Get changed files for a pull request
Authentication
Connected account requiredTags
Get a specific review for a pull requestGITEA_REPO_GET_PULL_REVIEWGet a specific review for a pull requestConnection
Get a specific review for a pull request
Authentication
Connected account requiredTags
Get a specific review for a pull requestGITEA_REPO_GET_PULL_REVIEW_COMMENTSGet a specific review for a pull requestConnection
Get a specific review for a pull request
Authentication
Connected account requiredTags
Get push mirror of the repository by remoteNameGITEA_REPO_GET_PUSH_MIRROR_BY_REMOTE_NAMEGet push mirror of the repository by remoteNameConnection
Get push mirror of the repository by remoteName
Authentication
Connected account requiredTags
Get a file from a repositoryGITEA_REPO_GET_RAW_FILEGet a file from a repositoryConnection
Get a file from a repository
Authentication
Connected account requiredTags
Get a file or it's LFS object from a repositoryGITEA_REPO_GET_RAW_FILE_OR_LFSGet a file or it's LFS object from a repositoryConnection
Get a file or it's LFS object from a repository
Authentication
Connected account requiredTags
Get a releaseGITEA_REPO_GET_RELEASEGet a releaseConnection
Get a release
Authentication
Connected account requiredTags
Get a release attachmentGITEA_REPO_GET_RELEASE_ATTACHMENTGet a release attachmentConnection
Get a release attachment
Authentication
Connected account requiredTags
Get a release by tag nameGITEA_REPO_GET_RELEASE_BY_TAGGet a release by tag nameConnection
Get a release by tag name
Authentication
Connected account requiredTags
Get repository permissions for a userGITEA_REPO_GET_REPO_PERMISSIONSGet repository permissions for a userConnection
Get repository permissions for a user
Authentication
Connected account requiredTags
Return all users that can be requested to review in this repoGITEA_REPO_GET_REVIEWERSReturn all users that can be requested to review in this repoConnection
Return all users that can be requested to review in this repo
Authentication
Connected account requiredTags
Get a single commit from a repositoryGITEA_REPO_GET_SINGLE_COMMITGet a single commit from a repositoryConnection
Get a single commit from a repository
Authentication
Connected account requiredTags
Get the tag of a repository by tag nameGITEA_REPO_GET_TAGGet the tag of a repository by tag nameConnection
Get the tag of a repository by tag name
Authentication
Connected account requiredTags
Get a specific tag protection for the repositoryGITEA_REPO_GET_TAG_PROTECTIONGet a specific tag protection for the repositoryConnection
Get a specific tag protection for the repository
Authentication
Connected account requiredTags
Get a wiki pageGITEA_REPO_GET_WIKI_PAGEGet a wiki pageConnection
Get a wiki page
Authentication
Connected account requiredTags
Get revisions of a wiki pageGITEA_REPO_GET_WIKI_PAGE_REVISIONSGet revisions of a wiki pageConnection
Get revisions of a wiki page
Authentication
Connected account requiredTags
Get all wiki pagesGITEA_REPO_GET_WIKI_PAGESGet all wiki pagesConnection
Get all wiki pages
Authentication
Connected account requiredTags
List a repo's actions secretsGITEA_REPO_LIST_ACTIONS_SECRETSList a repo's actions secretsConnection
List a repo's actions secrets
Authentication
Connected account requiredTags
List a repository's activity feedsGITEA_REPO_LIST_ACTIVITY_FEEDSList a repository's activity feedsConnection
List a repository's activity feeds
Authentication
Connected account requiredTags
Get specified ref or filtered repository's refsGITEA_REPO_LIST_ALL_GIT_REFSGet specified ref or filtered repository's refsConnection
Get specified ref or filtered repository's refs
Authentication
Connected account requiredTags
List branch protections for a repositoryGITEA_REPO_LIST_BRANCH_PROTECTIONList branch protections for a repositoryConnection
List branch protections for a repository
Authentication
Connected account requiredTags
List a repository's branchesGITEA_REPO_LIST_BRANCHESList a repository's branchesConnection
List a repository's branches
Authentication
Connected account requiredTags
List a repository's collaboratorsGITEA_REPO_LIST_COLLABORATORSList a repository's collaboratorsConnection
List a repository's collaborators
Authentication
Connected account requiredTags
List the Git hooks in a repositoryGITEA_REPO_LIST_GIT_HOOKSList the Git hooks in a repositoryConnection
List the Git hooks in a repository
Authentication
Connected account requiredTags
Get specified ref or filtered repository's refsGITEA_REPO_LIST_GIT_REFSGet specified ref or filtered repository's refsConnection
Get specified ref or filtered repository's refs
Authentication
Connected account requiredTags
List the hooks in a repositoryGITEA_REPO_LIST_HOOKSList the hooks in a repositoryConnection
List the hooks in a repository
Authentication
Connected account requiredTags
List a repository's keysGITEA_REPO_LIST_KEYSList a repository's keysConnection
List a repository's keys
Authentication
Connected account requiredTags
List a repo's pinned issuesGITEA_REPO_LIST_PINNED_ISSUESList a repo's pinned issuesConnection
List a repo's pinned issues
Authentication
Connected account requiredTags
List a repo's pinned pull requestsGITEA_REPO_LIST_PINNED_PULL_REQUESTSList a repo's pinned pull requestsConnection
List a repo's pinned pull requests
Authentication
Connected account requiredTags
List a repo's pull requestsGITEA_REPO_LIST_PULL_REQUESTSList a repo's pull requestsConnection
List a repo's pull requests
Authentication
Connected account requiredTags
List all reviews for a pull requestGITEA_REPO_LIST_PULL_REVIEWSList all reviews for a pull requestConnection
List all reviews for a pull request
Authentication
Connected account requiredTags
Get all push mirrors of the repositoryGITEA_REPO_LIST_PUSH_MIRRORSGet all push mirrors of the repositoryConnection
Get all push mirrors of the repository
Authentication
Connected account requiredTags
List release's attachmentsGITEA_REPO_LIST_RELEASE_ATTACHMENTSList release's attachmentsConnection
List release's attachments
Authentication
Connected account requiredTags
List a repo's releasesGITEA_REPO_LIST_RELEASESList a repo's releasesConnection
List a repo's releases
Authentication
Connected account requiredTags
List a repo's stargazersGITEA_REPO_LIST_STARGAZERSList a repo's stargazersConnection
List a repo's stargazers
Authentication
Connected account requiredTags
Get a commit's statusesGITEA_REPO_LIST_STATUSESGet a commit's statusesConnection
Get a commit's statuses
Authentication
Connected account requiredTags
Get a commit's statuses, by branch/tag/commit referenceGITEA_REPO_LIST_STATUSES_BY_REFGet a commit's statuses, by branch/tag/commit referenceConnection
Get a commit's statuses, by branch/tag/commit reference
Authentication
Connected account requiredTags
List a repo's watchersGITEA_REPO_LIST_SUBSCRIBERSList a repo's watchersConnection
List a repo's watchers
Authentication
Connected account requiredTags
List tag protections for a repositoryGITEA_REPO_LIST_TAG_PROTECTIONList tag protections for a repositoryConnection
List tag protections for a repository
Authentication
Connected account requiredTags
List a repository's tagsGITEA_REPO_LIST_TAGSList a repository's tagsConnection
List a repository's tags
Authentication
Connected account requiredTags
List a repository's teamsGITEA_REPO_LIST_TEAMSList a repository's teamsConnection
List a repository's teams
Authentication
Connected account requiredTags
Get list of topics that a repository hasGITEA_REPO_LIST_TOPICSGet list of topics that a repository hasConnection
Get list of topics that a repository has
Authentication
Connected account requiredTags
Merge a pull requestGITEA_REPO_MERGE_PULL_REQUESTMerge a pull requestConnection
Merge a pull request
Authentication
Connected account requiredTags
Merge a branch from upstreamGITEA_REPO_MERGE_UPSTREAMMerge a branch from upstreamConnection
Merge a branch from upstream
Authentication
Connected account requiredTags
Migrate a remote git repositoryGITEA_REPO_MIGRATEMigrate a remote git repositoryConnection
Migrate a remote git repository
Authentication
Connected account requiredTags
Sync a mirrored repositoryGITEA_REPO_MIRROR_SYNCSync a mirrored repositoryConnection
Sync a mirrored repository
Authentication
Connected account requiredTags
Returns if new Issue Pins are allowedGITEA_REPO_NEW_PIN_ALLOWEDReturns if new Issue Pins are allowedConnection
Returns if new Issue Pins are allowed
Authentication
Connected account requiredTags
Check if a pull request has been mergedGITEA_REPO_PULL_REQUEST_IS_MERGEDCheck if a pull request has been mergedConnection
Check if a pull request has been merged
Authentication
Connected account requiredTags
Sync all push mirrored repositoryGITEA_REPO_PUSH_MIRROR_SYNCSync all push mirrored repositoryConnection
Sync all push mirrored repository
Authentication
Connected account requiredTags
Rename a branchGITEA_REPO_RENAME_BRANCHRename a branchConnection
Rename a branch
Authentication
Connected account requiredTags
Resolve a pull request review commentGITEA_REPO_RESOLVE_PULL_REVIEW_COMMENTResolve a pull request review commentConnection
Resolve a pull request review comment
Authentication
Connected account requiredTags
Search for repositoriesGITEA_REPO_SEARCHSearch for repositoriesConnection
Search for repositories
Authentication
Connected account requiredTags
Get signing-key.gpg for given repositoryGITEA_REPO_SIGNING_KEYGet signing-key.gpg for given repositoryConnection
Get signing-key.gpg for given repository
Authentication
Connected account requiredTags
Get signing-key.pub for given repositoryGITEA_REPO_SIGNING_KEY_SSHGet signing-key.pub for given repositoryConnection
Get signing-key.pub for given repository
Authentication
Connected account requiredTags
Submit a pending review to a pull requestGITEA_REPO_SUBMIT_PULL_REVIEWSubmit a pending review to a pull requestConnection
Submit a pending review to a pull request
Authentication
Connected account requiredTags
Test a push webhookGITEA_REPO_TEST_HOOKTest a push webhookConnection
Test a push webhook
Authentication
Connected account requiredTags
List a repo's tracked timesGITEA_REPO_TRACKED_TIMESList a repo's tracked timesConnection
List a repo's tracked times
Authentication
Connected account requiredTags
Transfer a repo ownershipGITEA_REPO_TRANSFERTransfer a repo ownershipConnection
Transfer a repo ownership
Authentication
Connected account requiredTags
Cancel to dismiss a review for a pull requestGITEA_REPO_UN_DISMISS_PULL_REVIEWCancel to dismiss a review for a pull requestConnection
Cancel to dismiss a review for a pull request
Authentication
Connected account requiredTags
Unresolve a pull request review commentGITEA_REPO_UNRESOLVE_PULL_REVIEW_COMMENTUnresolve a pull request review commentConnection
Unresolve a pull request review comment
Authentication
Connected account requiredTags
Update avatarGITEA_REPO_UPDATE_AVATARUpdate avatarConnection
Update avatar
Authentication
Connected account requiredTags
Update a branch reference to a new commitGITEA_REPO_UPDATE_BRANCHUpdate a branch reference to a new commitConnection
Update a branch reference to a new commit
Authentication
Connected account requiredTags
Update the priorities of branch protections for a repository.GITEA_REPO_UPDATE_BRANCH_PROTECTION_PRIORIESUpdate the priorities of branch protections for a repository.Connection
Update the priorities of branch protections for a repository.
Authentication
Connected account requiredTags
Update a file in a repository if SHA is set, or create the file if SHA is not setGITEA_REPO_UPDATE_FILEUpdate a file in a repository if SHA is set, or create the file if SHA is not setConnection
Update a file in a repository if SHA is set, or create the file if SHA is not set
Authentication
Connected account requiredTags
Merge PR's baseBranch into headBranchGITEA_REPO_UPDATE_PULL_REQUESTMerge PR's baseBranch into headBranchConnection
Merge PR's baseBranch into headBranch
Authentication
Connected account requiredTags
Replace list of topics for a repositoryGITEA_REPO_UPDATE_TOPICSReplace list of topics for a repositoryConnection
Replace list of topics for a repository
Authentication
Connected account requiredTags
Returns the validation information for a issue configGITEA_REPO_VALIDATE_ISSUE_CONFIGReturns the validation information for a issue configConnection
Returns the validation information for a issue config
Authentication
Connected account requiredTags
Reruns all failed jobs in a workflow runGITEA_RERUN_FAILED_WORKFLOW_RUNReruns all failed jobs in a workflow runConnection
Reruns all failed jobs in a workflow run
Authentication
Connected account requiredTags
Reruns a specific workflow job in a runGITEA_RERUN_WORKFLOW_JOBReruns a specific workflow job in a runConnection
Reruns a specific workflow job in a run
Authentication
Connected account requiredTags
Reruns an entire workflow runGITEA_RERUN_WORKFLOW_RUNReruns an entire workflow runConnection
Reruns an entire workflow run
Authentication
Connected account requiredTags
Search for teams within an organizationGITEA_TEAM_SEARCHSearch for teams within an organizationConnection
Search for teams within an organization
Authentication
Connected account requiredTags
search topics via keywordGITEA_TOPIC_SEARCHsearch topics via keywordConnection
search topics via keyword
Authentication
Connected account requiredTags
Unlink a package from a repositoryGITEA_UNLINK_PACKAGEUnlink a package from a repositoryConnection
Unlink a package from a repository
Authentication
Connected account requiredTags
Unpin an IssueGITEA_UNPIN_ISSUEUnpin an IssueConnection
Unpin an Issue
Authentication
Connected account requiredTags
Update a global runnerGITEA_UPDATE_ADMIN_RUNNERUpdate a global runnerConnection
Update a global runner
Authentication
Connected account requiredTags
Update an org-level runnerGITEA_UPDATE_ORG_RUNNERUpdate an org-level runnerConnection
Update an org-level runner
Authentication
Connected account requiredTags
Create or Update a secret value in an organizationGITEA_UPDATE_ORG_SECRETCreate or Update a secret value in an organizationConnection
Create or Update a secret value in an organization
Authentication
Connected account requiredTags
Update an org-level variableGITEA_UPDATE_ORG_VARIABLEUpdate an org-level variableConnection
Update an org-level variable
Authentication
Connected account requiredTags
Update a repo-level runnerGITEA_UPDATE_REPO_RUNNERUpdate a repo-level runnerConnection
Update a repo-level runner
Authentication
Connected account requiredTags
Create or Update a secret value in a repositoryGITEA_UPDATE_REPO_SECRETCreate or Update a secret value in a repositoryConnection
Create or Update a secret value in a repository
Authentication
Connected account requiredTags
Update a repo-level variableGITEA_UPDATE_REPO_VARIABLEUpdate a repo-level variableConnection
Update a repo-level variable
Authentication
Connected account requiredTags
Update a user-level runnerGITEA_UPDATE_USER_RUNNERUpdate a user-level runnerConnection
Update a user-level runner
Authentication
Connected account requiredTags
Create or Update a secret value in a user scopeGITEA_UPDATE_USER_SECRETCreate or Update a secret value in a user scopeConnection
Create or Update a secret value in a user scope
Authentication
Connected account requiredTags
Update user settingsGITEA_UPDATE_USER_SETTINGSUpdate user settingsConnection
Update user settings
Authentication
Connected account requiredTags
Update a user-level variable which is created by current doerGITEA_UPDATE_USER_VARIABLEUpdate a user-level variable which is created by current doerConnection
Update a user-level variable which is created by current doer
Authentication
Connected account requiredTags
Add email addressesGITEA_USER_ADD_EMAILAdd email addressesConnection
Add email addresses
Authentication
Connected account requiredTags
Block a userGITEA_USER_BLOCK_USERBlock a userConnection
Block a user
Authentication
Connected account requiredTags
Check if one user is following another userGITEA_USER_CHECK_FOLLOWINGCheck if one user is following another userConnection
Check if one user is following another user
Authentication
Connected account requiredTags
Check if a user is blocked by the authenticated userGITEA_USER_CHECK_USER_BLOCKCheck if a user is blocked by the authenticated userConnection
Check if a user is blocked by the authenticated user
Authentication
Connected account requiredTags
Create a hookGITEA_USER_CREATE_HOOKCreate a hookConnection
Create a hook
Authentication
Connected account requiredTags
creates a new OAuth2 applicationGITEA_USER_CREATE_OAUTH2_APPLICATIONcreates a new OAuth2 applicationConnection
creates a new OAuth2 application
Authentication
Connected account requiredTags
Get a user's actions runner registration tokenGITEA_USER_CREATE_RUNNER_REGISTRATION_TOKENGet a user's actions runner registration tokenConnection
Get a user's actions runner registration token
Authentication
Connected account requiredTags
Create an access tokenGITEA_USER_CREATE_TOKENCreate an access tokenConnection
Create an access token
Authentication
Connected account requiredTags
Check whether a user is followed by the authenticated userGITEA_USER_CURRENT_CHECK_FOLLOWINGCheck whether a user is followed by the authenticated userConnection
Check whether a user is followed by the authenticated user
Authentication
Connected account requiredTags
Whether the authenticated is starring the repoGITEA_USER_CURRENT_CHECK_STARRINGWhether the authenticated is starring the repoConnection
Whether the authenticated is starring the repo
Authentication
Connected account requiredTags
Check if the current user is watching a repoGITEA_USER_CURRENT_CHECK_SUBSCRIPTIONCheck if the current user is watching a repoConnection
Check if the current user is watching a repo
Authentication
Connected account requiredTags
Unfollow a userGITEA_USER_CURRENT_DELETE_FOLLOWUnfollow a userConnection
Unfollow a user
Authentication
Connected account requiredTags
Remove a GPG keyGITEA_USER_CURRENT_DELETE_GPGKEYRemove a GPG keyConnection
Remove a GPG key
Authentication
Connected account requiredTags
Delete a public keyGITEA_USER_CURRENT_DELETE_KEYDelete a public keyConnection
Delete a public key
Authentication
Connected account requiredTags
Unstar the given repoGITEA_USER_CURRENT_DELETE_STARUnstar the given repoConnection
Unstar the given repo
Authentication
Connected account requiredTags
Unwatch a repoGITEA_USER_CURRENT_DELETE_SUBSCRIPTIONUnwatch a repoConnection
Unwatch a repo
Authentication
Connected account requiredTags
Get a GPG keyGITEA_USER_CURRENT_GET_GPGKEYGet a GPG keyConnection
Get a GPG key
Authentication
Connected account requiredTags
Get a public keyGITEA_USER_CURRENT_GET_KEYGet a public keyConnection
Get a public key
Authentication
Connected account requiredTags
List the authenticated user's followersGITEA_USER_CURRENT_LIST_FOLLOWERSList the authenticated user's followersConnection
List the authenticated user's followers
Authentication
Connected account requiredTags
List the users that the authenticated user is followingGITEA_USER_CURRENT_LIST_FOLLOWINGList the users that the authenticated user is followingConnection
List the users that the authenticated user is following
Authentication
Connected account requiredTags
List the authenticated user's GPG keysGITEA_USER_CURRENT_LIST_GPGKEYSList the authenticated user's GPG keysConnection
List the authenticated user's GPG keys
Authentication
Connected account requiredTags
List the authenticated user's public keysGITEA_USER_CURRENT_LIST_KEYSList the authenticated user's public keysConnection
List the authenticated user's public keys
Authentication
Connected account requiredTags
List the repos that the authenticated user ownsGITEA_USER_CURRENT_LIST_REPOSList the repos that the authenticated user ownsConnection
List the repos that the authenticated user owns
Authentication
Connected account requiredTags
The repos that the authenticated user has starredGITEA_USER_CURRENT_LIST_STARREDThe repos that the authenticated user has starredConnection
The repos that the authenticated user has starred
Authentication
Connected account requiredTags
List repositories watched by the authenticated userGITEA_USER_CURRENT_LIST_SUBSCRIPTIONSList repositories watched by the authenticated userConnection
List repositories watched by the authenticated user
Authentication
Connected account requiredTags
Create a GPG keyGITEA_USER_CURRENT_POST_GPGKEYCreate a GPG keyConnection
Create a GPG key
Authentication
Connected account requiredTags
Create a public keyGITEA_USER_CURRENT_POST_KEYCreate a public keyConnection
Create a public key
Authentication
Connected account requiredTags
Follow a userGITEA_USER_CURRENT_PUT_FOLLOWFollow a userConnection
Follow a user
Authentication
Connected account requiredTags
Star the given repoGITEA_USER_CURRENT_PUT_STARStar the given repoConnection
Star the given repo
Authentication
Connected account requiredTags
Watch a repoGITEA_USER_CURRENT_PUT_SUBSCRIPTIONWatch a repoConnection
Watch a repo
Authentication
Connected account requiredTags
List the current user's tracked timesGITEA_USER_CURRENT_TRACKED_TIMESList the current user's tracked timesConnection
List the current user's tracked times
Authentication
Connected account requiredTags
delete an access tokenGITEA_USER_DELETE_ACCESS_TOKENdelete an access tokenConnection
delete an access token
Authentication
Connected account requiredTags
Delete AvatarGITEA_USER_DELETE_AVATARDelete AvatarConnection
Delete Avatar
Authentication
Connected account requiredTags
Delete email addressesGITEA_USER_DELETE_EMAILDelete email addressesConnection
Delete email addresses
Authentication
Connected account requiredTags
Delete a hookGITEA_USER_DELETE_HOOKDelete a hookConnection
Delete a hook
Authentication
Connected account requiredTags
delete an OAuth2 ApplicationGITEA_USER_DELETE_OAUTH2_APPLICATIONdelete an OAuth2 ApplicationConnection
delete an OAuth2 Application
Authentication
Connected account requiredTags
Update a hookGITEA_USER_EDIT_HOOKUpdate a hookConnection
Update a hook
Authentication
Connected account requiredTags
Get a userGITEA_USER_GETGet a userConnection
Get a user
Authentication
Connected account requiredTags
Get the authenticated userGITEA_USER_GET_CURRENTGet the authenticated userConnection
Get the authenticated user
Authentication
Connected account requiredTags
Get a user's heatmapGITEA_USER_GET_HEATMAP_DATAGet a user's heatmapConnection
Get a user's heatmap
Authentication
Connected account requiredTags
Get a hookGITEA_USER_GET_HOOKGet a hookConnection
Get a hook
Authentication
Connected account requiredTags
List the authenticated user's oauth2 applicationsGITEA_USER_GET_OAUTH2_APPLICATION_GET_API_V1_USER_APPLICATIONS_OAUTH2List the authenticated user's oauth2 applicationsConnection
List the authenticated user's oauth2 applications
Authentication
Connected account requiredTags
get an OAuth2 ApplicationGITEA_USER_GET_OAUTH2_APPLICATION_GET_API_V1_USER_APPLICATIONS_OAUTH2_IDget an OAuth2 ApplicationConnection
get an OAuth2 Application
Authentication
Connected account requiredTags
Get list of all existing stopwatchesGITEA_USER_GET_STOP_WATCHESGet list of all existing stopwatchesConnection
Get list of all existing stopwatches
Authentication
Connected account requiredTags
List the authenticated user's access tokensGITEA_USER_GET_TOKENSList the authenticated user's access tokensConnection
List the authenticated user's access tokens
Authentication
Connected account requiredTags
List a user's activity feedsGITEA_USER_LIST_ACTIVITY_FEEDSList a user's activity feedsConnection
List a user's activity feeds
Authentication
Connected account requiredTags
List users blocked by the authenticated userGITEA_USER_LIST_BLOCKSList users blocked by the authenticated userConnection
List users blocked by the authenticated user
Authentication
Connected account requiredTags
List the authenticated user's email addressesGITEA_USER_LIST_EMAILSList the authenticated user's email addressesConnection
List the authenticated user's email addresses
Authentication
Connected account requiredTags
List the given user's followersGITEA_USER_LIST_FOLLOWERSList the given user's followersConnection
List the given user's followers
Authentication
Connected account requiredTags
List the users that the given user is followingGITEA_USER_LIST_FOLLOWINGList the users that the given user is followingConnection
List the users that the given user is following
Authentication
Connected account requiredTags
List the given user's GPG keysGITEA_USER_LIST_GPGKEYSList the given user's GPG keysConnection
List the given user's GPG keys
Authentication
Connected account requiredTags
List the authenticated user's webhooksGITEA_USER_LIST_HOOKSList the authenticated user's webhooksConnection
List the authenticated user's webhooks
Authentication
Connected account requiredTags
List the given user's public keysGITEA_USER_LIST_KEYSList the given user's public keysConnection
List the given user's public keys
Authentication
Connected account requiredTags
List the repos owned by the given userGITEA_USER_LIST_REPOSList the repos owned by the given userConnection
List the repos owned by the given user
Authentication
Connected account requiredTags
The repos that the given user has starredGITEA_USER_LIST_STARREDThe repos that the given user has starredConnection
The repos that the given user has starred
Authentication
Connected account requiredTags
List the repositories watched by a userGITEA_USER_LIST_SUBSCRIPTIONSList the repositories watched by a userConnection
List the repositories watched by a user
Authentication
Connected account requiredTags
List all the teams a user belongs toGITEA_USER_LIST_TEAMSList all the teams a user belongs toConnection
List all the teams a user belongs to
Authentication
Connected account requiredTags
Search for usersGITEA_USER_SEARCHSearch for usersConnection
Search for users
Authentication
Connected account requiredTags
List a user's tracked times in a repoGITEA_USER_TRACKED_TIMESList a user's tracked times in a repoConnection
List a user's tracked times in a repo
Authentication
Connected account requiredTags
Unblock a userGITEA_USER_UNBLOCK_USERUnblock a userConnection
Unblock a user
Authentication
Connected account requiredTags
Update AvatarGITEA_USER_UPDATE_AVATARUpdate AvatarConnection
Update Avatar
Authentication
Connected account requiredTags
update an OAuth2 Application, this includes regenerating the client secretGITEA_USER_UPDATE_OAUTH2_APPLICATIONupdate an OAuth2 Application, this includes regenerating the client secretConnection
update an OAuth2 Application, this includes regenerating the client secret
Authentication
Connected account requiredTags
Verify a GPG keyGITEA_USER_VERIFY_GPGKEYVerify a GPG keyConnection
Verify a GPG key
Authentication
Connected account requiredTags