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
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| API Key | api_key | available | — |
调用示例
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 目录
可用 Tools
482 个可调用操作
Accept a repo transferGITEA_ACCEPT_REPO_TRANSFERAccept a repo transfer需要连接
Accept a repo transfer
认证
需要 Connected AccountTags
Disable a workflowGITEA_ACTIONS_DISABLE_WORKFLOWDisable a workflow需要连接
Disable a workflow
认证
需要 Connected AccountTags
Create a workflow dispatch eventGITEA_ACTIONS_DISPATCH_WORKFLOWCreate a workflow dispatch event需要连接
Create a workflow dispatch event
认证
需要 Connected AccountTags
Enable a workflowGITEA_ACTIONS_ENABLE_WORKFLOWEnable a workflow需要连接
Enable a workflow
认证
需要 Connected AccountTags
Get a workflowGITEA_ACTIONS_GET_WORKFLOWGet a workflow需要连接
Get a workflow
认证
需要 Connected AccountTags
List repository workflowsGITEA_ACTIONS_LIST_REPOSITORY_WORKFLOWSList repository workflows需要连接
List repository workflows
认证
需要 Connected AccountTags
List runs for a workflowGITEA_ACTIONS_LIST_WORKFLOW_RUNSList runs for a workflow需要连接
List runs for a workflow
认证
需要 Connected AccountTags
Add a badge to a userGITEA_ADMIN_ADD_USER_BADGESAdd a badge to a user需要连接
Add a badge to a user
认证
需要 Connected AccountTags
Adopt unadopted files as a repositoryGITEA_ADMIN_ADOPT_REPOSITORYAdopt unadopted files as a repository需要连接
Adopt unadopted files as a repository
认证
需要 Connected AccountTags
Create a hookGITEA_ADMIN_CREATE_HOOKCreate a hook需要连接
Create a hook
认证
需要 Connected AccountTags
Create an organizationGITEA_ADMIN_CREATE_ORGCreate an organization需要连接
Create an organization
认证
需要 Connected AccountTags
Add a public key on behalf of a userGITEA_ADMIN_CREATE_PUBLIC_KEYAdd a public key on behalf of a user需要连接
Add a public key on behalf of a user
认证
需要 Connected AccountTags
Create a repository on behalf of a userGITEA_ADMIN_CREATE_REPOCreate a repository on behalf of a user需要连接
Create a repository on behalf of a user
认证
需要 Connected AccountTags
Get a global actions runner registration tokenGITEA_ADMIN_CREATE_RUNNER_REGISTRATION_TOKENGet a global actions runner registration token需要连接
Get a global actions runner registration token
认证
需要 Connected AccountTags
Create a userGITEA_ADMIN_CREATE_USERCreate a user需要连接
Create a user
认证
需要 Connected AccountTags
List cron tasksGITEA_ADMIN_CRON_LISTList cron tasks需要连接
List cron tasks
认证
需要 Connected AccountTags
Run cron taskGITEA_ADMIN_CRON_RUNRun cron task需要连接
Run cron task
认证
需要 Connected AccountTags
Delete a hookGITEA_ADMIN_DELETE_HOOKDelete a hook需要连接
Delete a hook
认证
需要 Connected AccountTags
Delete unadopted filesGITEA_ADMIN_DELETE_UNADOPTED_REPOSITORYDelete unadopted files需要连接
Delete unadopted files
认证
需要 Connected AccountTags
Delete a userGITEA_ADMIN_DELETE_USERDelete a user需要连接
Delete a user
认证
需要 Connected AccountTags
Remove a badge from a userGITEA_ADMIN_DELETE_USER_BADGESRemove a badge from a user需要连接
Remove a badge from a user
认证
需要 Connected AccountTags
Delete a user's public keyGITEA_ADMIN_DELETE_USER_PUBLIC_KEYDelete a user's public key需要连接
Delete a user's public key
认证
需要 Connected AccountTags
Update a hookGITEA_ADMIN_EDIT_HOOKUpdate a hook需要连接
Update a hook
认证
需要 Connected AccountTags
Edit an existing userGITEA_ADMIN_EDIT_USEREdit an existing user需要连接
Edit an existing user
认证
需要 Connected AccountTags
List all emailsGITEA_ADMIN_GET_ALL_EMAILSList all emails需要连接
List all emails
认证
需要 Connected AccountTags
List all organizationsGITEA_ADMIN_GET_ALL_ORGSList all organizations需要连接
List all organizations
认证
需要 Connected AccountTags
Get a hookGITEA_ADMIN_GET_HOOKGet a hook需要连接
Get a hook
认证
需要 Connected AccountTags
List system's webhooksGITEA_ADMIN_LIST_HOOKSList system's webhooks需要连接
List system's webhooks
认证
需要 Connected AccountTags
List a user's badgesGITEA_ADMIN_LIST_USER_BADGESList a user's badges需要连接
List a user's badges
认证
需要 Connected AccountTags
Rename a userGITEA_ADMIN_RENAME_USERRename a user需要连接
Rename a user
认证
需要 Connected AccountTags
Search all emailsGITEA_ADMIN_SEARCH_EMAILSSearch all emails需要连接
Search all emails
认证
需要 Connected AccountTags
Search users according filter conditionsGITEA_ADMIN_SEARCH_USERSSearch users according filter conditions需要连接
Search users according filter conditions
认证
需要 Connected AccountTags
List unadopted repositoriesGITEA_ADMIN_UNADOPTED_LISTList unadopted repositories需要连接
List unadopted repositories
认证
需要 Connected AccountTags
Create a repositoryGITEA_CREATE_CURRENT_USER_REPOCreate a repository需要连接
Create a repository
认证
需要 Connected AccountTags
Fork a repositoryGITEA_CREATE_FORKFork a repository需要连接
Fork a repository
认证
需要 Connected AccountTags
Create a repository in an organizationGITEA_CREATE_ORG_REPOCreate a repository in an organization需要连接
Create a repository in an organization
认证
需要 Connected AccountTags
Create a repository in an organizationGITEA_CREATE_ORG_REPO_DEPRECATEDCreate a repository in an organization需要连接
Create a repository in an organization
认证
需要 Connected AccountTags
Create an org-level variableGITEA_CREATE_ORG_VARIABLECreate an org-level variable需要连接
Create an org-level variable
认证
需要 Connected AccountTags
Create a repo-level variableGITEA_CREATE_REPO_VARIABLECreate a repo-level variable需要连接
Create a repo-level variable
认证
需要 Connected AccountTags
Create a user-level variableGITEA_CREATE_USER_VARIABLECreate a user-level variable需要连接
Create a user-level variable
认证
需要 Connected AccountTags
Delete a workflow runGITEA_DELETE_ACTION_RUNDelete a workflow run需要连接
Delete a workflow run
认证
需要 Connected AccountTags
Delete a global runnerGITEA_DELETE_ADMIN_RUNNERDelete a global runner需要连接
Delete a global runner
认证
需要 Connected AccountTags
Deletes a specific artifact for a workflow runGITEA_DELETE_ARTIFACTDeletes a specific artifact for a workflow run需要连接
Deletes a specific artifact for a workflow run
认证
需要 Connected AccountTags
Delete the currently authenticated tokenGITEA_DELETE_CURRENT_TOKENDelete the currently authenticated token需要连接
Delete the currently authenticated token
认证
需要 Connected AccountTags
Delete an org-level runnerGITEA_DELETE_ORG_RUNNERDelete an org-level runner需要连接
Delete an org-level runner
认证
需要 Connected AccountTags
Delete a secret in an organizationGITEA_DELETE_ORG_SECRETDelete a secret in an organization需要连接
Delete a secret in an organization
认证
需要 Connected AccountTags
Delete an org-level variableGITEA_DELETE_ORG_VARIABLEDelete an org-level variable需要连接
Delete an org-level variable
认证
需要 Connected AccountTags
Delete a packageGITEA_DELETE_PACKAGEDelete a package需要连接
Delete a package
认证
需要 Connected AccountTags
Delete a package versionGITEA_DELETE_PACKAGE_VERSIONDelete a package version需要连接
Delete a package version
认证
需要 Connected AccountTags
Delete a repo-level runnerGITEA_DELETE_REPO_RUNNERDelete a repo-level runner需要连接
Delete a repo-level runner
认证
需要 Connected AccountTags
Delete a secret in a repositoryGITEA_DELETE_REPO_SECRETDelete a secret in a repository需要连接
Delete a secret in a repository
认证
需要 Connected AccountTags
Delete a repo-level variableGITEA_DELETE_REPO_VARIABLEDelete a repo-level variable需要连接
Delete a repo-level variable
认证
需要 Connected AccountTags
Delete a user-level runnerGITEA_DELETE_USER_RUNNERDelete a user-level runner需要连接
Delete a user-level runner
认证
需要 Connected AccountTags
Delete a secret in a user scopeGITEA_DELETE_USER_SECRETDelete a secret in a user scope需要连接
Delete a secret in a user scope
认证
需要 Connected AccountTags
Delete a user-level variable which is created by current doerGITEA_DELETE_USER_VARIABLEDelete a user-level variable which is created by current doer需要连接
Delete a user-level variable which is created by current doer
认证
需要 Connected AccountTags
Downloads the job logs for a workflow runGITEA_DOWNLOAD_ACTIONS_RUN_JOB_LOGSDownloads the job logs for a workflow run需要连接
Downloads the job logs for a workflow run
认证
需要 Connected AccountTags
Downloads a specific artifact for a workflow run redirects to blob urlGITEA_DOWNLOAD_ARTIFACTDownloads a specific artifact for a workflow run redirects to blob url需要连接
Downloads a specific artifact for a workflow run redirects to blob url
认证
需要 Connected AccountTags
Create a repository using a templateGITEA_GENERATE_REPOCreate a repository using a template需要连接
Create a repository using a template
认证
需要 Connected AccountTags
Get a global runnerGITEA_GET_ADMIN_RUNNERGet a global runner需要连接
Get a global runner
认证
需要 Connected AccountTags
Get all runnersGITEA_GET_ADMIN_RUNNERSGet all runners需要连接
Get all runners
认证
需要 Connected AccountTags
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)需要连接
Gets the tag object of an annotated tag (not lightweight tags)
认证
需要 Connected AccountTags
Gets a specific artifact for a workflow runGITEA_GET_ARTIFACTGets a specific artifact for a workflow run需要连接
Gets a specific artifact for a workflow run
认证
需要 Connected AccountTags
Lists all artifacts for a repositoryGITEA_GET_ARTIFACTSLists all artifacts for a repository需要连接
Lists all artifacts for a repository
认证
需要 Connected AccountTags
Lists all artifacts for a repository runGITEA_GET_ARTIFACTS_OF_RUNLists all artifacts for a repository run需要连接
Lists all artifacts for a repository run
认证
需要 Connected AccountTags
Gets the blob of a repository.GITEA_GET_BLOBGets the blob of a repository.需要连接
Gets the blob of a repository.
认证
需要 Connected AccountTags
Get the currently authenticated tokenGITEA_GET_CURRENT_TOKENGet the currently authenticated token需要连接
Get the currently authenticated token
认证
需要 Connected AccountTags
Get instance's global settings for apiGITEA_GET_GENERAL_APISETTINGSGet instance's global settings for api需要连接
Get instance's global settings for api
认证
需要 Connected AccountTags
Get instance's global settings for AttachmentGITEA_GET_GENERAL_ATTACHMENT_SETTINGSGet instance's global settings for Attachment需要连接
Get instance's global settings for Attachment
认证
需要 Connected AccountTags
Get instance's global settings for repositoriesGITEA_GET_GENERAL_REPOSITORY_SETTINGSGet instance's global settings for repositories需要连接
Get instance's global settings for repositories
认证
需要 Connected AccountTags
Get instance's global settings for uiGITEA_GET_GENERAL_UISETTINGSGet instance's global settings for ui需要连接
Get instance's global settings for ui
认证
需要 Connected AccountTags
Returns information about a gitignore templateGITEA_GET_GITIGNORE_TEMPLATE_INFOReturns information about a gitignore template需要连接
Returns information about a gitignore template
认证
需要 Connected AccountTags
Returns all labels in a templateGITEA_GET_LABEL_TEMPLATE_INFOReturns all labels in a template需要连接
Returns all labels in a template
认证
需要 Connected AccountTags
Gets the latest version of a packageGITEA_GET_LATEST_PACKAGE_VERSIONGets the latest version of a package需要连接
Gets the latest version of a package
认证
需要 Connected AccountTags
Returns information about a license templateGITEA_GET_LICENSE_TEMPLATE_INFOReturns information about a license template需要连接
Returns information about a license template
认证
需要 Connected AccountTags
Get an org-level runnerGITEA_GET_ORG_RUNNERGet an org-level runner需要连接
Get an org-level runner
认证
需要 Connected AccountTags
Get org-level runnersGITEA_GET_ORG_RUNNERSGet org-level runners需要连接
Get org-level runners
认证
需要 Connected AccountTags
Get an org-level variableGITEA_GET_ORG_VARIABLEGet an org-level variable需要连接
Get an org-level variable
认证
需要 Connected AccountTags
Get an org-level variables listGITEA_GET_ORG_VARIABLES_LISTGet an org-level variables list需要连接
Get an org-level variables list
认证
需要 Connected AccountTags
Get org-level workflow jobsGITEA_GET_ORG_WORKFLOW_JOBSGet org-level workflow jobs需要连接
Get org-level workflow jobs
认证
需要 Connected AccountTags
Get org-level workflow runsGITEA_GET_ORG_WORKFLOW_RUNSGet org-level workflow runs需要连接
Get org-level workflow runs
认证
需要 Connected AccountTags
Gets a packageGITEA_GET_PACKAGEGets a package需要连接
Gets a package
认证
需要 Connected AccountTags
Get a repo-level runnerGITEA_GET_REPO_RUNNERGet a repo-level runner需要连接
Get a repo-level runner
认证
需要 Connected AccountTags
Get repo-level runnersGITEA_GET_REPO_RUNNERSGet repo-level runners需要连接
Get repo-level runners
认证
需要 Connected AccountTags
Get a repo-level variableGITEA_GET_REPO_VARIABLEGet a repo-level variable需要连接
Get a repo-level variable
认证
需要 Connected AccountTags
Get repo-level variables listGITEA_GET_REPO_VARIABLES_LISTGet repo-level variables list需要连接
Get repo-level variables list
认证
需要 Connected AccountTags
Get default signing-key.gpgGITEA_GET_SIGNING_KEYGet default signing-key.gpg需要连接
Get default signing-key.gpg
认证
需要 Connected AccountTags
Get default signing-key.pubGITEA_GET_SIGNING_KEY_SSHGet default signing-key.pub需要连接
Get default signing-key.pub
认证
需要 Connected AccountTags
Gets the tree of a repository.GITEA_GET_TREEGets the tree of a repository.需要连接
Gets the tree of a repository.
认证
需要 Connected AccountTags
Get a user-level runnerGITEA_GET_USER_RUNNERGet a user-level runner需要连接
Get a user-level runner
认证
需要 Connected AccountTags
Get user-level runnersGITEA_GET_USER_RUNNERSGet user-level runners需要连接
Get user-level runners
认证
需要 Connected AccountTags
Get user settingsGITEA_GET_USER_SETTINGSGet user settings需要连接
Get user settings
认证
需要 Connected AccountTags
Get a user-level variable which is created by current doerGITEA_GET_USER_VARIABLEGet a user-level variable which is created by current doer需要连接
Get a user-level variable which is created by current doer
认证
需要 Connected AccountTags
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 doer需要连接
Get the user-level list of variables which is created by current doer
认证
需要 Connected AccountTags
Get workflow jobsGITEA_GET_USER_WORKFLOW_JOBSGet workflow jobs需要连接
Get workflow jobs
认证
需要 Connected AccountTags
Get workflow runsGITEA_GET_USER_WORKFLOW_RUNSGet workflow runs需要连接
Get workflow runs
认证
需要 Connected AccountTags
Get a Token to verifyGITEA_GET_VERIFICATION_TOKENGet a Token to verify需要连接
Get a Token to verify
认证
需要 Connected AccountTags
Returns the version of the Gitea applicationGITEA_GET_VERSIONReturns the version of the Gitea application需要连接
Returns the version of the Gitea application
认证
需要 Connected AccountTags
Gets a specific workflow job for a workflow runGITEA_GET_WORKFLOW_JOBGets a specific workflow job for a workflow run需要连接
Gets a specific workflow job for a workflow run
认证
需要 Connected AccountTags
Gets a specific workflow runGITEA_GET_WORKFLOW_RUNGets a specific workflow run需要连接
Gets a specific workflow run
认证
需要 Connected AccountTags
Gets a specific workflow run attemptGITEA_GET_WORKFLOW_RUN_ATTEMPTGets a specific workflow run attempt需要连接
Gets a specific workflow run attempt
认证
需要 Connected AccountTags
Lists all runs for a repository runGITEA_GET_WORKFLOW_RUNSLists all runs for a repository run需要连接
Lists all runs for a repository run
认证
需要 Connected AccountTags
Add assignees to an issueGITEA_ISSUE_ADD_ASSIGNEESAdd assignees to an issue需要连接
Add assignees to an issue
认证
需要 Connected AccountTags
Add a label to an issueGITEA_ISSUE_ADD_LABELAdd a label to an issue需要连接
Add a label to an issue
认证
需要 Connected AccountTags
Subscribe user to issueGITEA_ISSUE_ADD_SUBSCRIPTIONSubscribe user to issue需要连接
Subscribe user to issue
认证
需要 Connected AccountTags
Add tracked time to a issueGITEA_ISSUE_ADD_TIMEAdd tracked time to a issue需要连接
Add tracked time to a issue
认证
需要 Connected AccountTags
Check if a user can be assigned to an issueGITEA_ISSUE_CHECK_ASSIGNEECheck if a user can be assigned to an issue需要连接
Check if a user can be assigned to an issue
认证
需要 Connected AccountTags
Check if user is subscribed to an issueGITEA_ISSUE_CHECK_SUBSCRIPTIONCheck if user is subscribed to an issue需要连接
Check if user is subscribed to an issue
认证
需要 Connected AccountTags
Remove all labels from an issueGITEA_ISSUE_CLEAR_LABELSRemove all labels from an issue需要连接
Remove all labels from an issue
认证
需要 Connected AccountTags
Add a comment to an issueGITEA_ISSUE_CREATE_COMMENTAdd a comment to an issue需要连接
Add a comment to an issue
认证
需要 Connected AccountTags
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.需要连接
Create an issue. If using deadline only the date will be taken into account, and time of day ignored.
认证
需要 Connected AccountTags
Create an issue attachmentGITEA_ISSUE_CREATE_ISSUE_ATTACHMENTCreate an issue attachment需要连接
Create an issue attachment
认证
需要 Connected AccountTags
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 path需要连接
Block the issue given in the body by the issue in path
认证
需要 Connected AccountTags
Create a comment attachmentGITEA_ISSUE_CREATE_ISSUE_COMMENT_ATTACHMENTCreate a comment attachment需要连接
Create a comment attachment
认证
需要 Connected AccountTags
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.需要连接
Make the issue in the url depend on the issue in the form.
认证
需要 Connected AccountTags
Create a labelGITEA_ISSUE_CREATE_LABELCreate a label需要连接
Create a label
认证
需要 Connected AccountTags
Create a milestoneGITEA_ISSUE_CREATE_MILESTONECreate a milestone需要连接
Create a milestone
认证
需要 Connected AccountTags
Delete an issueGITEA_ISSUE_DELETEDelete an issue需要连接
Delete an issue
认证
需要 Connected AccountTags
Delete a commentGITEA_ISSUE_DELETE_COMMENTDelete a comment需要连接
Delete a comment
认证
需要 Connected AccountTags
Delete a commentGITEA_ISSUE_DELETE_COMMENT_DEPRECATEDDelete a comment需要连接
Delete a comment
认证
需要 Connected AccountTags
Remove a reaction from a comment of an issueGITEA_ISSUE_DELETE_COMMENT_REACTIONRemove a reaction from a comment of an issue需要连接
Remove a reaction from a comment of an issue
认证
需要 Connected AccountTags
Delete an issue attachmentGITEA_ISSUE_DELETE_ISSUE_ATTACHMENTDelete an issue attachment需要连接
Delete an issue attachment
认证
需要 Connected AccountTags
Delete a comment attachmentGITEA_ISSUE_DELETE_ISSUE_COMMENT_ATTACHMENTDelete a comment attachment需要连接
Delete a comment attachment
认证
需要 Connected AccountTags
Remove a reaction from an issueGITEA_ISSUE_DELETE_ISSUE_REACTIONRemove a reaction from an issue需要连接
Remove a reaction from an issue
认证
需要 Connected AccountTags
Delete a labelGITEA_ISSUE_DELETE_LABELDelete a label需要连接
Delete a label
认证
需要 Connected AccountTags
Delete a milestoneGITEA_ISSUE_DELETE_MILESTONEDelete a milestone需要连接
Delete a milestone
认证
需要 Connected AccountTags
Delete an issue's existing stopwatch.GITEA_ISSUE_DELETE_STOP_WATCHDelete an issue's existing stopwatch.需要连接
Delete an issue's existing stopwatch.
认证
需要 Connected AccountTags
Unsubscribe user from issueGITEA_ISSUE_DELETE_SUBSCRIPTIONUnsubscribe user from issue需要连接
Unsubscribe user from issue
认证
需要 Connected AccountTags
Delete specific tracked timeGITEA_ISSUE_DELETE_TIMEDelete specific tracked time需要连接
Delete specific tracked time
认证
需要 Connected AccountTags
Edit a commentGITEA_ISSUE_EDIT_COMMENTEdit a comment需要连接
Edit a comment
认证
需要 Connected AccountTags
Edit a commentGITEA_ISSUE_EDIT_COMMENT_DEPRECATEDEdit a comment需要连接
Edit a comment
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Edit an issue attachmentGITEA_ISSUE_EDIT_ISSUE_ATTACHMENTEdit an issue attachment需要连接
Edit an issue attachment
认证
需要 Connected AccountTags
Edit a comment attachmentGITEA_ISSUE_EDIT_ISSUE_COMMENT_ATTACHMENTEdit a comment attachment需要连接
Edit a comment attachment
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Update a labelGITEA_ISSUE_EDIT_LABELUpdate a label需要连接
Update a label
认证
需要 Connected AccountTags
Update a milestoneGITEA_ISSUE_EDIT_MILESTONEUpdate a milestone需要连接
Update a milestone
认证
需要 Connected AccountTags
Get a commentGITEA_ISSUE_GET_COMMENTGet a comment需要连接
Get a comment
认证
需要 Connected AccountTags
Get a list of reactions from a comment of an issueGITEA_ISSUE_GET_COMMENT_REACTIONSGet a list of reactions from a comment of an issue需要连接
Get a list of reactions from a comment of an issue
认证
需要 Connected AccountTags
List all comments on an issueGITEA_ISSUE_GET_COMMENTSList all comments on an issue需要连接
List all comments on an issue
认证
需要 Connected AccountTags
List all comments and events on an issueGITEA_ISSUE_GET_COMMENTS_AND_TIMELINEList all comments and events on an issue需要连接
List all comments and events on an issue
认证
需要 Connected AccountTags
Get an issueGITEA_ISSUE_GET_ISSUEGet an issue需要连接
Get an issue
认证
需要 Connected AccountTags
Get an issue attachmentGITEA_ISSUE_GET_ISSUE_ATTACHMENTGet an issue attachment需要连接
Get an issue attachment
认证
需要 Connected AccountTags
Get a comment attachmentGITEA_ISSUE_GET_ISSUE_COMMENT_ATTACHMENTGet a comment attachment需要连接
Get a comment attachment
认证
需要 Connected AccountTags
Get a list reactions of an issueGITEA_ISSUE_GET_ISSUE_REACTIONSGet a list reactions of an issue需要连接
Get a list reactions of an issue
认证
需要 Connected AccountTags
Get a single labelGITEA_ISSUE_GET_LABELGet a single label需要连接
Get a single label
认证
需要 Connected AccountTags
Get an issue's labelsGITEA_ISSUE_GET_LABELSGet an issue's labels需要连接
Get an issue's labels
认证
需要 Connected AccountTags
Get a milestoneGITEA_ISSUE_GET_MILESTONEGet a milestone需要连接
Get a milestone
认证
需要 Connected AccountTags
Get all of a repository's opened milestonesGITEA_ISSUE_GET_MILESTONES_LISTGet all of a repository's opened milestones需要连接
Get all of a repository's opened milestones
认证
需要 Connected AccountTags
List all comments in a repositoryGITEA_ISSUE_GET_REPO_COMMENTSList all comments in a repository需要连接
List all comments in a repository
认证
需要 Connected AccountTags
List issues that are blocked by this issueGITEA_ISSUE_LIST_BLOCKSList issues that are blocked by this issue需要连接
List issues that are blocked by this issue
认证
需要 Connected AccountTags
List issue's attachmentsGITEA_ISSUE_LIST_ISSUE_ATTACHMENTSList issue's attachments需要连接
List issue's attachments
认证
需要 Connected AccountTags
List comment's attachmentsGITEA_ISSUE_LIST_ISSUE_COMMENT_ATTACHMENTSList comment's attachments需要连接
List comment's attachments
认证
需要 Connected AccountTags
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.需要连接
List an issue's dependencies, i.e all issues that block this issue.
认证
需要 Connected AccountTags
List a repository's issuesGITEA_ISSUE_LIST_ISSUESList a repository's issues需要连接
List a repository's issues
认证
需要 Connected AccountTags
Get all of a repository's labelsGITEA_ISSUE_LIST_LABELSGet all of a repository's labels需要连接
Get all of a repository's labels
认证
需要 Connected AccountTags
Lock an issueGITEA_ISSUE_LOCK_ISSUELock an issue需要连接
Lock an issue
认证
需要 Connected AccountTags
Add a reaction to a comment of an issueGITEA_ISSUE_POST_COMMENT_REACTIONAdd a reaction to a comment of an issue需要连接
Add a reaction to a comment of an issue
认证
需要 Connected AccountTags
Add a reaction to an issueGITEA_ISSUE_POST_ISSUE_REACTIONAdd a reaction to an issue需要连接
Add a reaction to an issue
认证
需要 Connected AccountTags
Remove assignees from an issueGITEA_ISSUE_REMOVE_ASSIGNEESRemove assignees from an issue需要连接
Remove assignees from an issue
认证
需要 Connected AccountTags
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 path需要连接
Unblock the issue given in the body by the issue in path
认证
需要 Connected AccountTags
Remove an issue dependencyGITEA_ISSUE_REMOVE_ISSUE_DEPENDENCIESRemove an issue dependency需要连接
Remove an issue dependency
认证
需要 Connected AccountTags
Remove a label from an issueGITEA_ISSUE_REMOVE_LABELRemove a label from an issue需要连接
Remove a label from an issue
认证
需要 Connected AccountTags
Replace an issue's labelsGITEA_ISSUE_REPLACE_LABELSReplace an issue's labels需要连接
Replace an issue's labels
认证
需要 Connected AccountTags
Reset a tracked time of an issueGITEA_ISSUE_RESET_TIMEReset a tracked time of an issue需要连接
Reset a tracked time of an issue
认证
需要 Connected AccountTags
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 to需要连接
Search for issues across the repositories that the user has access to
认证
需要 Connected AccountTags
Start stopwatch on an issue.GITEA_ISSUE_START_STOP_WATCHStart stopwatch on an issue.需要连接
Start stopwatch on an issue.
认证
需要 Connected AccountTags
Stop an issue's existing stopwatch.GITEA_ISSUE_STOP_STOP_WATCHStop an issue's existing stopwatch.需要连接
Stop an issue's existing stopwatch.
认证
需要 Connected AccountTags
Get users who subscribed on an issue.GITEA_ISSUE_SUBSCRIPTIONSGet users who subscribed on an issue.需要连接
Get users who subscribed on an issue.
认证
需要 Connected AccountTags
List an issue's tracked timesGITEA_ISSUE_TRACKED_TIMESList an issue's tracked times需要连接
List an issue's tracked times
认证
需要 Connected AccountTags
Unlock an issueGITEA_ISSUE_UNLOCK_ISSUEUnlock an issue需要连接
Unlock an issue
认证
需要 Connected AccountTags
Link a package to a repositoryGITEA_LINK_PACKAGELink a package to a repository需要连接
Link a package to a repository
认证
需要 Connected AccountTags
List a repository's action tasksGITEA_LIST_ACTION_TASKSList a repository's action tasks需要连接
List a repository's action tasks
认证
需要 Connected AccountTags
Lists all jobsGITEA_LIST_ADMIN_WORKFLOW_JOBSLists all jobs需要连接
Lists all jobs
认证
需要 Connected AccountTags
Lists all runsGITEA_LIST_ADMIN_WORKFLOW_RUNSLists all runs需要连接
Lists all runs
认证
需要 Connected AccountTags
List a repository's forksGITEA_LIST_FORKSList a repository's forks需要连接
List a repository's forks
认证
需要 Connected AccountTags
Returns a list of all gitignore templatesGITEA_LIST_GITIGNORES_TEMPLATESReturns a list of all gitignore templates需要连接
Returns a list of all gitignore templates
认证
需要 Connected AccountTags
Returns a list of all label templatesGITEA_LIST_LABEL_TEMPLATESReturns a list of all label templates需要连接
Returns a list of all label templates
认证
需要 Connected AccountTags
Returns a list of all license templatesGITEA_LIST_LICENSE_TEMPLATESReturns a list of all license templates需要连接
Returns a list of all license templates
认证
需要 Connected AccountTags
Gets all files of a packageGITEA_LIST_PACKAGE_FILESGets all files of a package需要连接
Gets all files of a package
认证
需要 Connected AccountTags
Gets all versions of a packageGITEA_LIST_PACKAGE_VERSIONSGets all versions of a package需要连接
Gets all versions of a package
认证
需要 Connected AccountTags
Gets all packages of an ownerGITEA_LIST_PACKAGESGets all packages of an owner需要连接
Gets all packages of an owner
认证
需要 Connected AccountTags
Lists all jobs for a repositoryGITEA_LIST_WORKFLOW_JOBSLists all jobs for a repository需要连接
Lists all jobs for a repository
认证
需要 Connected AccountTags
Lists all jobs for a workflow run attemptGITEA_LIST_WORKFLOW_RUN_ATTEMPT_JOBSLists all jobs for a workflow run attempt需要连接
Lists all jobs for a workflow run attempt
认证
需要 Connected AccountTags
Lists all jobs for a workflow runGITEA_LIST_WORKFLOW_RUN_JOBSLists all jobs for a workflow run需要连接
Lists all jobs for a workflow run
认证
需要 Connected AccountTags
Moves the Pin to the given PositionGITEA_MOVE_ISSUE_PINMoves the Pin to the given Position需要连接
Moves the Pin to the given Position
认证
需要 Connected AccountTags
List users's notification threadsGITEA_NOTIFY_GET_LISTList users's notification threads需要连接
List users's notification threads
认证
需要 Connected AccountTags
List users's notification threads on a specific repoGITEA_NOTIFY_GET_REPO_LISTList users's notification threads on a specific repo需要连接
List users's notification threads on a specific repo
认证
需要 Connected AccountTags
Get notification thread by IDGITEA_NOTIFY_GET_THREADGet notification thread by ID需要连接
Get notification thread by ID
认证
需要 Connected AccountTags
Check if unread notifications existGITEA_NOTIFY_NEW_AVAILABLECheck if unread notifications exist需要连接
Check if unread notifications exist
认证
需要 Connected AccountTags
Mark notification threads as read, pinned or unreadGITEA_NOTIFY_READ_LISTMark notification threads as read, pinned or unread需要连接
Mark notification threads as read, pinned or unread
认证
需要 Connected AccountTags
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 repo需要连接
Mark notification threads as read, pinned or unread on a specific repo
认证
需要 Connected AccountTags
Mark notification thread as read by IDGITEA_NOTIFY_READ_THREADMark notification thread as read by ID需要连接
Mark notification thread as read by ID
认证
需要 Connected AccountTags
Add a team memberGITEA_ORG_ADD_TEAM_MEMBERAdd a team member需要连接
Add a team member
认证
需要 Connected AccountTags
Add a repository to a teamGITEA_ORG_ADD_TEAM_REPOSITORYAdd a repository to a team需要连接
Add a repository to a team
认证
需要 Connected AccountTags
Conceal a user's membershipGITEA_ORG_CONCEAL_MEMBERConceal a user's membership需要连接
Conceal a user's membership
认证
需要 Connected AccountTags
Create an organizationGITEA_ORG_CREATECreate an organization需要连接
Create an organization
认证
需要 Connected AccountTags
Create a hookGITEA_ORG_CREATE_HOOKCreate a hook需要连接
Create a hook
认证
需要 Connected AccountTags
Create a label for an organizationGITEA_ORG_CREATE_LABELCreate a label for an organization需要连接
Create a label for an organization
认证
需要 Connected AccountTags
Get an organization's actions runner registration tokenGITEA_ORG_CREATE_RUNNER_REGISTRATION_TOKENGet an organization's actions runner registration token需要连接
Get an organization's actions runner registration token
认证
需要 Connected AccountTags
Create a teamGITEA_ORG_CREATE_TEAMCreate a team需要连接
Create a team
认证
需要 Connected AccountTags
Delete an organizationGITEA_ORG_DELETEDelete an organization需要连接
Delete an organization
认证
需要 Connected AccountTags
Delete AvatarGITEA_ORG_DELETE_AVATARDelete Avatar需要连接
Delete Avatar
认证
需要 Connected AccountTags
Delete a hookGITEA_ORG_DELETE_HOOKDelete a hook需要连接
Delete a hook
认证
需要 Connected AccountTags
Delete a labelGITEA_ORG_DELETE_LABELDelete a label需要连接
Delete a label
认证
需要 Connected AccountTags
Remove a member from an organizationGITEA_ORG_DELETE_MEMBERRemove a member from an organization需要连接
Remove a member from an organization
认证
需要 Connected AccountTags
Delete all repositories in an organizationGITEA_ORG_DELETE_REPOSDelete all repositories in an organization需要连接
Delete all repositories in an organization
认证
需要 Connected AccountTags
Delete a teamGITEA_ORG_DELETE_TEAMDelete a team需要连接
Delete a team
认证
需要 Connected AccountTags
Edit an organizationGITEA_ORG_EDITEdit an organization需要连接
Edit an organization
认证
需要 Connected AccountTags
Update a hookGITEA_ORG_EDIT_HOOKUpdate a hook需要连接
Update a hook
认证
需要 Connected AccountTags
Update a labelGITEA_ORG_EDIT_LABELUpdate a label需要连接
Update a label
认证
需要 Connected AccountTags
Edit a teamGITEA_ORG_EDIT_TEAMEdit a team需要连接
Edit a team
认证
需要 Connected AccountTags
Get an organizationGITEA_ORG_GETGet an organization需要连接
Get an organization
认证
需要 Connected AccountTags
Get list of organizationsGITEA_ORG_GET_ALLGet list of organizations需要连接
Get list of organizations
认证
需要 Connected AccountTags
Get a hookGITEA_ORG_GET_HOOKGet a hook需要连接
Get a hook
认证
需要 Connected AccountTags
Get a single labelGITEA_ORG_GET_LABELGet a single label需要连接
Get a single label
认证
需要 Connected AccountTags
Get a teamGITEA_ORG_GET_TEAMGet a team需要连接
Get a team
认证
需要 Connected AccountTags
Get user permissions in organizationGITEA_ORG_GET_USER_PERMISSIONSGet user permissions in organization需要连接
Get user permissions in organization
认证
需要 Connected AccountTags
Check if a user is a member of an organizationGITEA_ORG_IS_MEMBERCheck if a user is a member of an organization需要连接
Check if a user is a member of an organization
认证
需要 Connected AccountTags
Check if a user is a public member of an organizationGITEA_ORG_IS_PUBLIC_MEMBERCheck if a user is a public member of an organization需要连接
Check if a user is a public member of an organization
认证
需要 Connected AccountTags
List an organization's actions secretsGITEA_ORG_LIST_ACTIONS_SECRETSList an organization's actions secrets需要连接
List an organization's actions secrets
认证
需要 Connected AccountTags
List an organization's activity feedsGITEA_ORG_LIST_ACTIVITY_FEEDSList an organization's activity feeds需要连接
List an organization's activity feeds
认证
需要 Connected AccountTags
List the current user's organizationsGITEA_ORG_LIST_CURRENT_USER_ORGSList the current user's organizations需要连接
List the current user's organizations
认证
需要 Connected AccountTags
List an organization's webhooksGITEA_ORG_LIST_HOOKSList an organization's webhooks需要连接
List an organization's webhooks
认证
需要 Connected AccountTags
List an organization's labelsGITEA_ORG_LIST_LABELSList an organization's labels需要连接
List an organization's labels
认证
需要 Connected AccountTags
List an organization's membersGITEA_ORG_LIST_MEMBERSList an organization's members需要连接
List an organization's members
认证
需要 Connected AccountTags
List an organization's public membersGITEA_ORG_LIST_PUBLIC_MEMBERSList an organization's public members需要连接
List an organization's public members
认证
需要 Connected AccountTags
List an organization's reposGITEA_ORG_LIST_REPOSList an organization's repos需要连接
List an organization's repos
认证
需要 Connected AccountTags
List a team's activity feedsGITEA_ORG_LIST_TEAM_ACTIVITY_FEEDSList a team's activity feeds需要连接
List a team's activity feeds
认证
需要 Connected AccountTags
List a particular member of teamGITEA_ORG_LIST_TEAM_MEMBERList a particular member of team需要连接
List a particular member of team
认证
需要 Connected AccountTags
List a team's membersGITEA_ORG_LIST_TEAM_MEMBERSList a team's members需要连接
List a team's members
认证
需要 Connected AccountTags
List a particular repo of teamGITEA_ORG_LIST_TEAM_REPOList a particular repo of team需要连接
List a particular repo of team
认证
需要 Connected AccountTags
List a team's reposGITEA_ORG_LIST_TEAM_REPOSList a team's repos需要连接
List a team's repos
认证
需要 Connected AccountTags
List an organization's teamsGITEA_ORG_LIST_TEAMSList an organization's teams需要连接
List an organization's teams
认证
需要 Connected AccountTags
List a user's organizationsGITEA_ORG_LIST_USER_ORGSList a user's organizations需要连接
List a user's organizations
认证
需要 Connected AccountTags
Publicize a user's membershipGITEA_ORG_PUBLICIZE_MEMBERPublicize a user's membership需要连接
Publicize a user's membership
认证
需要 Connected AccountTags
Remove a team memberGITEA_ORG_REMOVE_TEAM_MEMBERRemove a team member需要连接
Remove a team member
认证
需要 Connected AccountTags
Remove a repository from a teamGITEA_ORG_REMOVE_TEAM_REPOSITORYThis does not delete the repository, it only removes the repository from the team.需要连接
This does not delete the repository, it only removes the repository from the team.
认证
需要 Connected AccountTags
Update AvatarGITEA_ORG_UPDATE_AVATARUpdate Avatar需要连接
Update Avatar
认证
需要 Connected AccountTags
Block a userGITEA_ORGANIZATION_BLOCK_USERBlock a user需要连接
Block a user
认证
需要 Connected AccountTags
Check if a user is blocked by the organizationGITEA_ORGANIZATION_CHECK_USER_BLOCKCheck if a user is blocked by the organization需要连接
Check if a user is blocked by the organization
认证
需要 Connected AccountTags
List users blocked by the organizationGITEA_ORGANIZATION_LIST_BLOCKSList users blocked by the organization需要连接
List users blocked by the organization
认证
需要 Connected AccountTags
Unblock a userGITEA_ORGANIZATION_UNBLOCK_USERUnblock a user需要连接
Unblock a user
认证
需要 Connected AccountTags
Pin an IssueGITEA_PIN_ISSUEPin an Issue需要连接
Pin an Issue
认证
需要 Connected AccountTags
Reject a repo transferGITEA_REJECT_REPO_TRANSFERReject a repo transfer需要连接
Reject a repo transfer
认证
需要 Connected AccountTags
Rename an organizationGITEA_RENAME_ORGRename an organization需要连接
Rename an organization
认证
需要 Connected AccountTags
Render a markdown document as HTMLGITEA_RENDER_MARKDOWNRender a markdown document as HTML需要连接
Render a markdown document as HTML
认证
需要 Connected AccountTags
Render raw markdown as HTMLGITEA_RENDER_MARKDOWN_RAWRender raw markdown as HTML需要连接
Render raw markdown as HTML
认证
需要 Connected AccountTags
Render a markup document as HTMLGITEA_RENDER_MARKUPRender a markup document as HTML需要连接
Render a markup document as HTML
认证
需要 Connected AccountTags
Add or Update a collaborator to a repositoryGITEA_REPO_ADD_COLLABORATORAdd or Update a collaborator to a repository需要连接
Add or Update a collaborator to a repository
认证
需要 Connected AccountTags
add a push mirror to the repositoryGITEA_REPO_ADD_PUSH_MIRRORadd a push mirror to the repository需要连接
add a push mirror to the repository
认证
需要 Connected AccountTags
Add a team to a repositoryGITEA_REPO_ADD_TEAMAdd a team to a repository需要连接
Add a team to a repository
认证
需要 Connected AccountTags
Add a topic to a repositoryGITEA_REPO_ADD_TOPICAdd a topic to a repository需要连接
Add a topic to a repository
认证
需要 Connected AccountTags
Apply diff patch to repositoryGITEA_REPO_APPLY_DIFF_PATCHApply diff patch to repository需要连接
Apply diff patch to repository
认证
需要 Connected AccountTags
Cancel the scheduled auto merge for the given pull requestGITEA_REPO_CANCEL_SCHEDULED_AUTO_MERGECancel the scheduled auto merge for the given pull request需要连接
Cancel the scheduled auto merge for the given pull request
认证
需要 Connected AccountTags
Modify multiple files in a repositoryGITEA_REPO_CHANGE_FILESModify multiple files in a repository需要连接
Modify multiple files in a repository
认证
需要 Connected AccountTags
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 repository需要连接
Check if a user can be assigned to issues in a repository
认证
需要 Connected AccountTags
Check if a user is a collaborator of a repositoryGITEA_REPO_CHECK_COLLABORATORCheck if a user is a collaborator of a repository需要连接
Check if a user is a collaborator of a repository
认证
需要 Connected AccountTags
Check if a team is assigned to a repositoryGITEA_REPO_CHECK_TEAMCheck if a team is assigned to a repository需要连接
Check if a team is assigned to a repository
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
Create a branchGITEA_REPO_CREATE_BRANCHCreate a branch需要连接
Create a branch
认证
需要 Connected AccountTags
Create a branch protections for a repositoryGITEA_REPO_CREATE_BRANCH_PROTECTIONCreate a branch protections for a repository需要连接
Create a branch protections for a repository
认证
需要 Connected AccountTags
Create a file in a repositoryGITEA_REPO_CREATE_FILECreate a file in a repository需要连接
Create a file in a repository
认证
需要 Connected AccountTags
Create a hookGITEA_REPO_CREATE_HOOKCreate a hook需要连接
Create a hook
认证
需要 Connected AccountTags
Add a key to a repositoryGITEA_REPO_CREATE_KEYAdd a key to a repository需要连接
Add a key to a repository
认证
需要 Connected AccountTags
Create a pull requestGITEA_REPO_CREATE_PULL_REQUESTCreate a pull request需要连接
Create a pull request
认证
需要 Connected AccountTags
Create a review to a pull requestGITEA_REPO_CREATE_PULL_REVIEWCreate a review to a pull request需要连接
Create a review to a pull request
认证
需要 Connected AccountTags
Reply to a pull request review commentGITEA_REPO_CREATE_PULL_REVIEW_COMMENT_REPLYReply to a pull request review comment需要连接
Reply to a pull request review comment
认证
需要 Connected AccountTags
create review requests for a pull requestGITEA_REPO_CREATE_PULL_REVIEW_REQUESTScreate review requests for a pull request需要连接
create review requests for a pull request
认证
需要 Connected AccountTags
Create a releaseGITEA_REPO_CREATE_RELEASECreate a release需要连接
Create a release
认证
需要 Connected AccountTags
Create a release attachmentGITEA_REPO_CREATE_RELEASE_ATTACHMENTCreate a release attachment需要连接
Create a release attachment
认证
需要 Connected AccountTags
Get a repository's actions runner registration tokenGITEA_REPO_CREATE_RUNNER_REGISTRATION_TOKENGet a repository's actions runner registration token需要连接
Get a repository's actions runner registration token
认证
需要 Connected AccountTags
Create a commit statusGITEA_REPO_CREATE_STATUSCreate a commit status需要连接
Create a commit status
认证
需要 Connected AccountTags
Create a new git tag in a repositoryGITEA_REPO_CREATE_TAGCreate a new git tag in a repository需要连接
Create a new git tag in a repository
认证
需要 Connected AccountTags
Create a tag protections for a repositoryGITEA_REPO_CREATE_TAG_PROTECTIONCreate a tag protections for a repository需要连接
Create a tag protections for a repository
认证
需要 Connected AccountTags
Create a wiki pageGITEA_REPO_CREATE_WIKI_PAGECreate a wiki page需要连接
Create a wiki page
认证
需要 Connected AccountTags
Delete a repositoryGITEA_REPO_DELETEDelete a repository需要连接
Delete a repository
认证
需要 Connected AccountTags
Delete avatarGITEA_REPO_DELETE_AVATARDelete avatar需要连接
Delete avatar
认证
需要 Connected AccountTags
Delete a specific branch from a repositoryGITEA_REPO_DELETE_BRANCHDelete a specific branch from a repository需要连接
Delete a specific branch from a repository
认证
需要 Connected AccountTags
Delete a specific branch protection for the repositoryGITEA_REPO_DELETE_BRANCH_PROTECTIONDelete a specific branch protection for the repository需要连接
Delete a specific branch protection for the repository
认证
需要 Connected AccountTags
Delete a collaborator from a repositoryGITEA_REPO_DELETE_COLLABORATORDelete a collaborator from a repository需要连接
Delete a collaborator from a repository
认证
需要 Connected AccountTags
Delete a file in a repositoryGITEA_REPO_DELETE_FILEDelete a file in a repository需要连接
Delete a file in a repository
认证
需要 Connected AccountTags
Delete a Git hook in a repositoryGITEA_REPO_DELETE_GIT_HOOKDelete a Git hook in a repository需要连接
Delete a Git hook in a repository
认证
需要 Connected AccountTags
Delete a hook in a repositoryGITEA_REPO_DELETE_HOOKDelete a hook in a repository需要连接
Delete a hook in a repository
认证
需要 Connected AccountTags
Delete a key from a repositoryGITEA_REPO_DELETE_KEYDelete a key from a repository需要连接
Delete a key from a repository
认证
需要 Connected AccountTags
Delete a specific review from a pull requestGITEA_REPO_DELETE_PULL_REVIEWDelete a specific review from a pull request需要连接
Delete a specific review from a pull request
认证
需要 Connected AccountTags
cancel review requests for a pull requestGITEA_REPO_DELETE_PULL_REVIEW_REQUESTScancel review requests for a pull request需要连接
cancel review requests for a pull request
认证
需要 Connected AccountTags
deletes a push mirror from a repository by remoteNameGITEA_REPO_DELETE_PUSH_MIRRORdeletes a push mirror from a repository by remoteName需要连接
deletes a push mirror from a repository by remoteName
认证
需要 Connected AccountTags
Delete a releaseGITEA_REPO_DELETE_RELEASEDelete a release需要连接
Delete a release
认证
需要 Connected AccountTags
Delete a release attachmentGITEA_REPO_DELETE_RELEASE_ATTACHMENTDelete a release attachment需要连接
Delete a release attachment
认证
需要 Connected AccountTags
Delete a release by tag nameGITEA_REPO_DELETE_RELEASE_BY_TAGDelete a release by tag name需要连接
Delete a release by tag name
认证
需要 Connected AccountTags
Delete a repository's tag by nameGITEA_REPO_DELETE_TAGDelete a repository's tag by name需要连接
Delete a repository's tag by name
认证
需要 Connected AccountTags
Delete a specific tag protection for the repositoryGITEA_REPO_DELETE_TAG_PROTECTIONDelete a specific tag protection for the repository需要连接
Delete a specific tag protection for the repository
认证
需要 Connected AccountTags
Delete a team from a repositoryGITEA_REPO_DELETE_TEAMDelete a team from a repository需要连接
Delete a team from a repository
认证
需要 Connected AccountTags
Delete a topic from a repositoryGITEA_REPO_DELETE_TOPICDelete a topic from a repository需要连接
Delete a topic from a repository
认证
需要 Connected AccountTags
Delete a wiki pageGITEA_REPO_DELETE_WIKI_PAGEDelete a wiki page需要连接
Delete a wiki page
认证
需要 Connected AccountTags
Dismiss a review for a pull requestGITEA_REPO_DISMISS_PULL_REVIEWDismiss a review for a pull request需要连接
Dismiss a review for a pull request
认证
需要 Connected AccountTags
Get a commit's diff or patchGITEA_REPO_DOWNLOAD_COMMIT_DIFF_OR_PATCHGet a commit's diff or patch需要连接
Get a commit's diff or patch
认证
需要 Connected AccountTags
Get a pull request diff or patchGITEA_REPO_DOWNLOAD_PULL_DIFF_OR_PATCHGet a pull request diff or patch需要连接
Get a pull request diff or patch
认证
需要 Connected AccountTags
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.需要连接
Edit a repository's properties. Only fields that are set will be changed.
认证
需要 Connected AccountTags
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 changed需要连接
Edit a branch protections for a repository. Only fields that are set will be changed
认证
需要 Connected AccountTags
Edit a Git hook in a repositoryGITEA_REPO_EDIT_GIT_HOOKEdit a Git hook in a repository需要连接
Edit a Git hook in a repository
认证
需要 Connected AccountTags
Edit a hook in a repositoryGITEA_REPO_EDIT_HOOKEdit a hook in a repository需要连接
Edit a hook in a repository
认证
需要 Connected AccountTags
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.需要连接
Update a pull request. If using deadline only the date will be taken into account, and time of day ignored.
认证
需要 Connected AccountTags
Update a releaseGITEA_REPO_EDIT_RELEASEUpdate a release需要连接
Update a release
认证
需要 Connected AccountTags
Edit a release attachmentGITEA_REPO_EDIT_RELEASE_ATTACHMENTEdit a release attachment需要连接
Edit a release attachment
认证
需要 Connected AccountTags
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 changed需要连接
Edit a tag protections for a repository. Only fields that are set will be changed
认证
需要 Connected AccountTags
Edit a wiki pageGITEA_REPO_EDIT_WIKI_PAGEEdit a wiki page需要连接
Edit a wiki page
认证
需要 Connected AccountTags
Get a repositoryGITEA_REPO_GETGet a repository需要连接
Get a repository
认证
需要 Connected AccountTags
Get a list of all commits from a repositoryGITEA_REPO_GET_ALL_COMMITSGet a list of all commits from a repository需要连接
Get a list of all commits from a repository
认证
需要 Connected AccountTags
Get an archive of a repositoryGITEA_REPO_GET_ARCHIVEGet an archive of a repository需要连接
Get an archive of a repository
认证
需要 Connected AccountTags
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 issues需要连接
Return all users that have write access and can be assigned to issues
认证
需要 Connected AccountTags
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 protection需要连接
Retrieve a specific branch from a repository, including its effective branch protection
认证
需要 Connected AccountTags
Get a specific branch protection for the repositoryGITEA_REPO_GET_BRANCH_PROTECTIONGet a specific branch protection for the repository需要连接
Get a specific branch protection for the repository
认证
需要 Connected AccountTags
Get a repository by idGITEA_REPO_GET_BY_IDGet a repository by id需要连接
Get a repository by id
认证
需要 Connected AccountTags
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 reference需要连接
Get a commit's combined status, by branch/tag/commit reference
认证
需要 Connected AccountTags
Get the merged pull request of the commitGITEA_REPO_GET_COMMIT_PULL_REQUESTGet the merged pull request of the commit需要连接
Get the merged pull request of the commit
认证
需要 Connected AccountTags
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.需要连接
This API follows GitHub's design, and it is not easy to use. Recommend users to use the "contents-ext" API instead.
认证
需要 Connected AccountTags
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.需要连接
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.
认证
需要 Connected AccountTags
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.需要连接
This API follows GitHub's design, and it is not easy to use. Recommend users to use our "contents-ext" API instead.
认证
需要 Connected AccountTags
Get the EditorConfig definitions of a file in a repositoryGITEA_REPO_GET_EDITOR_CONFIGGet the EditorConfig definitions of a file in a repository需要连接
Get the EditorConfig definitions of a file in a repository
认证
需要 Connected AccountTags
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.需要连接
See the POST method. This GET method supports using JSON encoded request body in query parameter.
认证
需要 Connected AccountTags
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`.需要连接
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`.
认证
需要 Connected AccountTags
Get a Git hookGITEA_REPO_GET_GIT_HOOKGet a Git hook需要连接
Get a Git hook
认证
需要 Connected AccountTags
Get a hookGITEA_REPO_GET_HOOKGet a hook需要连接
Get a hook
认证
需要 Connected AccountTags
Returns the issue config for a repoGITEA_REPO_GET_ISSUE_CONFIGReturns the issue config for a repo需要连接
Returns the issue config for a repo
认证
需要 Connected AccountTags
Get available issue templates for a repositoryGITEA_REPO_GET_ISSUE_TEMPLATESGet available issue templates for a repository需要连接
Get available issue templates for a repository
认证
需要 Connected AccountTags
Get a repository's key by idGITEA_REPO_GET_KEYGet a repository's key by id需要连接
Get a repository's key by id
认证
需要 Connected AccountTags
Get languages and number of bytes of code writtenGITEA_REPO_GET_LANGUAGESGet languages and number of bytes of code written需要连接
Get languages and number of bytes of code written
认证
需要 Connected AccountTags
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_at需要连接
Gets the most recent non-prerelease, non-draft release of a repository, sorted by created_at
认证
需要 Connected AccountTags
Get repo licensesGITEA_REPO_GET_LICENSESGet repo licenses需要连接
Get repo licenses
认证
需要 Connected AccountTags
Get a note corresponding to a single commit from a repositoryGITEA_REPO_GET_NOTEGet a note corresponding to a single commit from a repository需要连接
Get a note corresponding to a single commit from a repository
认证
需要 Connected AccountTags
Get a pull requestGITEA_REPO_GET_PULL_REQUESTGet a pull request需要连接
Get a pull request
认证
需要 Connected AccountTags
Get a pull request by base and headGITEA_REPO_GET_PULL_REQUEST_BY_BASE_HEADGet a pull request by base and head需要连接
Get a pull request by base and head
认证
需要 Connected AccountTags
Get commits for a pull requestGITEA_REPO_GET_PULL_REQUEST_COMMITSGet commits for a pull request需要连接
Get commits for a pull request
认证
需要 Connected AccountTags
Get changed files for a pull requestGITEA_REPO_GET_PULL_REQUEST_FILESGet changed files for a pull request需要连接
Get changed files for a pull request
认证
需要 Connected AccountTags
Get a specific review for a pull requestGITEA_REPO_GET_PULL_REVIEWGet a specific review for a pull request需要连接
Get a specific review for a pull request
认证
需要 Connected AccountTags
Get a specific review for a pull requestGITEA_REPO_GET_PULL_REVIEW_COMMENTSGet a specific review for a pull request需要连接
Get a specific review for a pull request
认证
需要 Connected AccountTags
Get push mirror of the repository by remoteNameGITEA_REPO_GET_PUSH_MIRROR_BY_REMOTE_NAMEGet push mirror of the repository by remoteName需要连接
Get push mirror of the repository by remoteName
认证
需要 Connected AccountTags
Get a file from a repositoryGITEA_REPO_GET_RAW_FILEGet a file from a repository需要连接
Get a file from a repository
认证
需要 Connected AccountTags
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 repository需要连接
Get a file or it's LFS object from a repository
认证
需要 Connected AccountTags
Get a releaseGITEA_REPO_GET_RELEASEGet a release需要连接
Get a release
认证
需要 Connected AccountTags
Get a release attachmentGITEA_REPO_GET_RELEASE_ATTACHMENTGet a release attachment需要连接
Get a release attachment
认证
需要 Connected AccountTags
Get a release by tag nameGITEA_REPO_GET_RELEASE_BY_TAGGet a release by tag name需要连接
Get a release by tag name
认证
需要 Connected AccountTags
Get repository permissions for a userGITEA_REPO_GET_REPO_PERMISSIONSGet repository permissions for a user需要连接
Get repository permissions for a user
认证
需要 Connected AccountTags
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 repo需要连接
Return all users that can be requested to review in this repo
认证
需要 Connected AccountTags
Get a single commit from a repositoryGITEA_REPO_GET_SINGLE_COMMITGet a single commit from a repository需要连接
Get a single commit from a repository
认证
需要 Connected AccountTags
Get the tag of a repository by tag nameGITEA_REPO_GET_TAGGet the tag of a repository by tag name需要连接
Get the tag of a repository by tag name
认证
需要 Connected AccountTags
Get a specific tag protection for the repositoryGITEA_REPO_GET_TAG_PROTECTIONGet a specific tag protection for the repository需要连接
Get a specific tag protection for the repository
认证
需要 Connected AccountTags
Get a wiki pageGITEA_REPO_GET_WIKI_PAGEGet a wiki page需要连接
Get a wiki page
认证
需要 Connected AccountTags
Get revisions of a wiki pageGITEA_REPO_GET_WIKI_PAGE_REVISIONSGet revisions of a wiki page需要连接
Get revisions of a wiki page
认证
需要 Connected AccountTags
Get all wiki pagesGITEA_REPO_GET_WIKI_PAGESGet all wiki pages需要连接
Get all wiki pages
认证
需要 Connected AccountTags
List a repo's actions secretsGITEA_REPO_LIST_ACTIONS_SECRETSList a repo's actions secrets需要连接
List a repo's actions secrets
认证
需要 Connected AccountTags
List a repository's activity feedsGITEA_REPO_LIST_ACTIVITY_FEEDSList a repository's activity feeds需要连接
List a repository's activity feeds
认证
需要 Connected AccountTags
Get specified ref or filtered repository's refsGITEA_REPO_LIST_ALL_GIT_REFSGet specified ref or filtered repository's refs需要连接
Get specified ref or filtered repository's refs
认证
需要 Connected AccountTags
List branch protections for a repositoryGITEA_REPO_LIST_BRANCH_PROTECTIONList branch protections for a repository需要连接
List branch protections for a repository
认证
需要 Connected AccountTags
List a repository's branchesGITEA_REPO_LIST_BRANCHESList a repository's branches需要连接
List a repository's branches
认证
需要 Connected AccountTags
List a repository's collaboratorsGITEA_REPO_LIST_COLLABORATORSList a repository's collaborators需要连接
List a repository's collaborators
认证
需要 Connected AccountTags
List the Git hooks in a repositoryGITEA_REPO_LIST_GIT_HOOKSList the Git hooks in a repository需要连接
List the Git hooks in a repository
认证
需要 Connected AccountTags
Get specified ref or filtered repository's refsGITEA_REPO_LIST_GIT_REFSGet specified ref or filtered repository's refs需要连接
Get specified ref or filtered repository's refs
认证
需要 Connected AccountTags
List the hooks in a repositoryGITEA_REPO_LIST_HOOKSList the hooks in a repository需要连接
List the hooks in a repository
认证
需要 Connected AccountTags
List a repository's keysGITEA_REPO_LIST_KEYSList a repository's keys需要连接
List a repository's keys
认证
需要 Connected AccountTags
List a repo's pinned issuesGITEA_REPO_LIST_PINNED_ISSUESList a repo's pinned issues需要连接
List a repo's pinned issues
认证
需要 Connected AccountTags
List a repo's pinned pull requestsGITEA_REPO_LIST_PINNED_PULL_REQUESTSList a repo's pinned pull requests需要连接
List a repo's pinned pull requests
认证
需要 Connected AccountTags
List a repo's pull requestsGITEA_REPO_LIST_PULL_REQUESTSList a repo's pull requests需要连接
List a repo's pull requests
认证
需要 Connected AccountTags
List all reviews for a pull requestGITEA_REPO_LIST_PULL_REVIEWSList all reviews for a pull request需要连接
List all reviews for a pull request
认证
需要 Connected AccountTags
Get all push mirrors of the repositoryGITEA_REPO_LIST_PUSH_MIRRORSGet all push mirrors of the repository需要连接
Get all push mirrors of the repository
认证
需要 Connected AccountTags
List release's attachmentsGITEA_REPO_LIST_RELEASE_ATTACHMENTSList release's attachments需要连接
List release's attachments
认证
需要 Connected AccountTags
List a repo's releasesGITEA_REPO_LIST_RELEASESList a repo's releases需要连接
List a repo's releases
认证
需要 Connected AccountTags
List a repo's stargazersGITEA_REPO_LIST_STARGAZERSList a repo's stargazers需要连接
List a repo's stargazers
认证
需要 Connected AccountTags
Get a commit's statusesGITEA_REPO_LIST_STATUSESGet a commit's statuses需要连接
Get a commit's statuses
认证
需要 Connected AccountTags
Get a commit's statuses, by branch/tag/commit referenceGITEA_REPO_LIST_STATUSES_BY_REFGet a commit's statuses, by branch/tag/commit reference需要连接
Get a commit's statuses, by branch/tag/commit reference
认证
需要 Connected AccountTags
List a repo's watchersGITEA_REPO_LIST_SUBSCRIBERSList a repo's watchers需要连接
List a repo's watchers
认证
需要 Connected AccountTags
List tag protections for a repositoryGITEA_REPO_LIST_TAG_PROTECTIONList tag protections for a repository需要连接
List tag protections for a repository
认证
需要 Connected AccountTags
List a repository's tagsGITEA_REPO_LIST_TAGSList a repository's tags需要连接
List a repository's tags
认证
需要 Connected AccountTags
List a repository's teamsGITEA_REPO_LIST_TEAMSList a repository's teams需要连接
List a repository's teams
认证
需要 Connected AccountTags
Get list of topics that a repository hasGITEA_REPO_LIST_TOPICSGet list of topics that a repository has需要连接
Get list of topics that a repository has
认证
需要 Connected AccountTags
Merge a pull requestGITEA_REPO_MERGE_PULL_REQUESTMerge a pull request需要连接
Merge a pull request
认证
需要 Connected AccountTags
Merge a branch from upstreamGITEA_REPO_MERGE_UPSTREAMMerge a branch from upstream需要连接
Merge a branch from upstream
认证
需要 Connected AccountTags
Migrate a remote git repositoryGITEA_REPO_MIGRATEMigrate a remote git repository需要连接
Migrate a remote git repository
认证
需要 Connected AccountTags
Sync a mirrored repositoryGITEA_REPO_MIRROR_SYNCSync a mirrored repository需要连接
Sync a mirrored repository
认证
需要 Connected AccountTags
Returns if new Issue Pins are allowedGITEA_REPO_NEW_PIN_ALLOWEDReturns if new Issue Pins are allowed需要连接
Returns if new Issue Pins are allowed
认证
需要 Connected AccountTags
Check if a pull request has been mergedGITEA_REPO_PULL_REQUEST_IS_MERGEDCheck if a pull request has been merged需要连接
Check if a pull request has been merged
认证
需要 Connected AccountTags
Sync all push mirrored repositoryGITEA_REPO_PUSH_MIRROR_SYNCSync all push mirrored repository需要连接
Sync all push mirrored repository
认证
需要 Connected AccountTags
Rename a branchGITEA_REPO_RENAME_BRANCHRename a branch需要连接
Rename a branch
认证
需要 Connected AccountTags
Resolve a pull request review commentGITEA_REPO_RESOLVE_PULL_REVIEW_COMMENTResolve a pull request review comment需要连接
Resolve a pull request review comment
认证
需要 Connected AccountTags
Search for repositoriesGITEA_REPO_SEARCHSearch for repositories需要连接
Search for repositories
认证
需要 Connected AccountTags
Get signing-key.gpg for given repositoryGITEA_REPO_SIGNING_KEYGet signing-key.gpg for given repository需要连接
Get signing-key.gpg for given repository
认证
需要 Connected AccountTags
Get signing-key.pub for given repositoryGITEA_REPO_SIGNING_KEY_SSHGet signing-key.pub for given repository需要连接
Get signing-key.pub for given repository
认证
需要 Connected AccountTags
Submit a pending review to a pull requestGITEA_REPO_SUBMIT_PULL_REVIEWSubmit a pending review to a pull request需要连接
Submit a pending review to a pull request
认证
需要 Connected AccountTags
Test a push webhookGITEA_REPO_TEST_HOOKTest a push webhook需要连接
Test a push webhook
认证
需要 Connected AccountTags
List a repo's tracked timesGITEA_REPO_TRACKED_TIMESList a repo's tracked times需要连接
List a repo's tracked times
认证
需要 Connected AccountTags
Transfer a repo ownershipGITEA_REPO_TRANSFERTransfer a repo ownership需要连接
Transfer a repo ownership
认证
需要 Connected AccountTags
Cancel to dismiss a review for a pull requestGITEA_REPO_UN_DISMISS_PULL_REVIEWCancel to dismiss a review for a pull request需要连接
Cancel to dismiss a review for a pull request
认证
需要 Connected AccountTags
Unresolve a pull request review commentGITEA_REPO_UNRESOLVE_PULL_REVIEW_COMMENTUnresolve a pull request review comment需要连接
Unresolve a pull request review comment
认证
需要 Connected AccountTags
Update avatarGITEA_REPO_UPDATE_AVATARUpdate avatar需要连接
Update avatar
认证
需要 Connected AccountTags
Update a branch reference to a new commitGITEA_REPO_UPDATE_BRANCHUpdate a branch reference to a new commit需要连接
Update a branch reference to a new commit
认证
需要 Connected AccountTags
Update the priorities of branch protections for a repository.GITEA_REPO_UPDATE_BRANCH_PROTECTION_PRIORIESUpdate the priorities of branch protections for a repository.需要连接
Update the priorities of branch protections for a repository.
认证
需要 Connected AccountTags
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 set需要连接
Update a file in a repository if SHA is set, or create the file if SHA is not set
认证
需要 Connected AccountTags
Merge PR's baseBranch into headBranchGITEA_REPO_UPDATE_PULL_REQUESTMerge PR's baseBranch into headBranch需要连接
Merge PR's baseBranch into headBranch
认证
需要 Connected AccountTags
Replace list of topics for a repositoryGITEA_REPO_UPDATE_TOPICSReplace list of topics for a repository需要连接
Replace list of topics for a repository
认证
需要 Connected AccountTags
Returns the validation information for a issue configGITEA_REPO_VALIDATE_ISSUE_CONFIGReturns the validation information for a issue config需要连接
Returns the validation information for a issue config
认证
需要 Connected AccountTags
Reruns all failed jobs in a workflow runGITEA_RERUN_FAILED_WORKFLOW_RUNReruns all failed jobs in a workflow run需要连接
Reruns all failed jobs in a workflow run
认证
需要 Connected AccountTags
Reruns a specific workflow job in a runGITEA_RERUN_WORKFLOW_JOBReruns a specific workflow job in a run需要连接
Reruns a specific workflow job in a run
认证
需要 Connected AccountTags
Reruns an entire workflow runGITEA_RERUN_WORKFLOW_RUNReruns an entire workflow run需要连接
Reruns an entire workflow run
认证
需要 Connected AccountTags
Search for teams within an organizationGITEA_TEAM_SEARCHSearch for teams within an organization需要连接
Search for teams within an organization
认证
需要 Connected AccountTags
search topics via keywordGITEA_TOPIC_SEARCHsearch topics via keyword需要连接
search topics via keyword
认证
需要 Connected AccountTags
Unlink a package from a repositoryGITEA_UNLINK_PACKAGEUnlink a package from a repository需要连接
Unlink a package from a repository
认证
需要 Connected AccountTags
Unpin an IssueGITEA_UNPIN_ISSUEUnpin an Issue需要连接
Unpin an Issue
认证
需要 Connected AccountTags
Update a global runnerGITEA_UPDATE_ADMIN_RUNNERUpdate a global runner需要连接
Update a global runner
认证
需要 Connected AccountTags
Update an org-level runnerGITEA_UPDATE_ORG_RUNNERUpdate an org-level runner需要连接
Update an org-level runner
认证
需要 Connected AccountTags
Create or Update a secret value in an organizationGITEA_UPDATE_ORG_SECRETCreate or Update a secret value in an organization需要连接
Create or Update a secret value in an organization
认证
需要 Connected AccountTags
Update an org-level variableGITEA_UPDATE_ORG_VARIABLEUpdate an org-level variable需要连接
Update an org-level variable
认证
需要 Connected AccountTags
Update a repo-level runnerGITEA_UPDATE_REPO_RUNNERUpdate a repo-level runner需要连接
Update a repo-level runner
认证
需要 Connected AccountTags
Create or Update a secret value in a repositoryGITEA_UPDATE_REPO_SECRETCreate or Update a secret value in a repository需要连接
Create or Update a secret value in a repository
认证
需要 Connected AccountTags
Update a repo-level variableGITEA_UPDATE_REPO_VARIABLEUpdate a repo-level variable需要连接
Update a repo-level variable
认证
需要 Connected AccountTags
Update a user-level runnerGITEA_UPDATE_USER_RUNNERUpdate a user-level runner需要连接
Update a user-level runner
认证
需要 Connected AccountTags
Create or Update a secret value in a user scopeGITEA_UPDATE_USER_SECRETCreate or Update a secret value in a user scope需要连接
Create or Update a secret value in a user scope
认证
需要 Connected AccountTags
Update user settingsGITEA_UPDATE_USER_SETTINGSUpdate user settings需要连接
Update user settings
认证
需要 Connected AccountTags
Update a user-level variable which is created by current doerGITEA_UPDATE_USER_VARIABLEUpdate a user-level variable which is created by current doer需要连接
Update a user-level variable which is created by current doer
认证
需要 Connected AccountTags
Add email addressesGITEA_USER_ADD_EMAILAdd email addresses需要连接
Add email addresses
认证
需要 Connected AccountTags
Block a userGITEA_USER_BLOCK_USERBlock a user需要连接
Block a user
认证
需要 Connected AccountTags
Check if one user is following another userGITEA_USER_CHECK_FOLLOWINGCheck if one user is following another user需要连接
Check if one user is following another user
认证
需要 Connected AccountTags
Check if a user is blocked by the authenticated userGITEA_USER_CHECK_USER_BLOCKCheck if a user is blocked by the authenticated user需要连接
Check if a user is blocked by the authenticated user
认证
需要 Connected AccountTags
Create a hookGITEA_USER_CREATE_HOOKCreate a hook需要连接
Create a hook
认证
需要 Connected AccountTags
creates a new OAuth2 applicationGITEA_USER_CREATE_OAUTH2_APPLICATIONcreates a new OAuth2 application需要连接
creates a new OAuth2 application
认证
需要 Connected AccountTags
Get a user's actions runner registration tokenGITEA_USER_CREATE_RUNNER_REGISTRATION_TOKENGet a user's actions runner registration token需要连接
Get a user's actions runner registration token
认证
需要 Connected AccountTags
Create an access tokenGITEA_USER_CREATE_TOKENCreate an access token需要连接
Create an access token
认证
需要 Connected AccountTags
Check whether a user is followed by the authenticated userGITEA_USER_CURRENT_CHECK_FOLLOWINGCheck whether a user is followed by the authenticated user需要连接
Check whether a user is followed by the authenticated user
认证
需要 Connected AccountTags
Whether the authenticated is starring the repoGITEA_USER_CURRENT_CHECK_STARRINGWhether the authenticated is starring the repo需要连接
Whether the authenticated is starring the repo
认证
需要 Connected AccountTags
Check if the current user is watching a repoGITEA_USER_CURRENT_CHECK_SUBSCRIPTIONCheck if the current user is watching a repo需要连接
Check if the current user is watching a repo
认证
需要 Connected AccountTags
Unfollow a userGITEA_USER_CURRENT_DELETE_FOLLOWUnfollow a user需要连接
Unfollow a user
认证
需要 Connected AccountTags
Remove a GPG keyGITEA_USER_CURRENT_DELETE_GPGKEYRemove a GPG key需要连接
Remove a GPG key
认证
需要 Connected AccountTags
Delete a public keyGITEA_USER_CURRENT_DELETE_KEYDelete a public key需要连接
Delete a public key
认证
需要 Connected AccountTags
Unstar the given repoGITEA_USER_CURRENT_DELETE_STARUnstar the given repo需要连接
Unstar the given repo
认证
需要 Connected AccountTags
Unwatch a repoGITEA_USER_CURRENT_DELETE_SUBSCRIPTIONUnwatch a repo需要连接
Unwatch a repo
认证
需要 Connected AccountTags
Get a GPG keyGITEA_USER_CURRENT_GET_GPGKEYGet a GPG key需要连接
Get a GPG key
认证
需要 Connected AccountTags
Get a public keyGITEA_USER_CURRENT_GET_KEYGet a public key需要连接
Get a public key
认证
需要 Connected AccountTags
List the authenticated user's followersGITEA_USER_CURRENT_LIST_FOLLOWERSList the authenticated user's followers需要连接
List the authenticated user's followers
认证
需要 Connected AccountTags
List the users that the authenticated user is followingGITEA_USER_CURRENT_LIST_FOLLOWINGList the users that the authenticated user is following需要连接
List the users that the authenticated user is following
认证
需要 Connected AccountTags
List the authenticated user's GPG keysGITEA_USER_CURRENT_LIST_GPGKEYSList the authenticated user's GPG keys需要连接
List the authenticated user's GPG keys
认证
需要 Connected AccountTags
List the authenticated user's public keysGITEA_USER_CURRENT_LIST_KEYSList the authenticated user's public keys需要连接
List the authenticated user's public keys
认证
需要 Connected AccountTags
List the repos that the authenticated user ownsGITEA_USER_CURRENT_LIST_REPOSList the repos that the authenticated user owns需要连接
List the repos that the authenticated user owns
认证
需要 Connected AccountTags
The repos that the authenticated user has starredGITEA_USER_CURRENT_LIST_STARREDThe repos that the authenticated user has starred需要连接
The repos that the authenticated user has starred
认证
需要 Connected AccountTags
List repositories watched by the authenticated userGITEA_USER_CURRENT_LIST_SUBSCRIPTIONSList repositories watched by the authenticated user需要连接
List repositories watched by the authenticated user
认证
需要 Connected AccountTags
Create a GPG keyGITEA_USER_CURRENT_POST_GPGKEYCreate a GPG key需要连接
Create a GPG key
认证
需要 Connected AccountTags
Create a public keyGITEA_USER_CURRENT_POST_KEYCreate a public key需要连接
Create a public key
认证
需要 Connected AccountTags
Follow a userGITEA_USER_CURRENT_PUT_FOLLOWFollow a user需要连接
Follow a user
认证
需要 Connected AccountTags
Star the given repoGITEA_USER_CURRENT_PUT_STARStar the given repo需要连接
Star the given repo
认证
需要 Connected AccountTags
Watch a repoGITEA_USER_CURRENT_PUT_SUBSCRIPTIONWatch a repo需要连接
Watch a repo
认证
需要 Connected AccountTags
List the current user's tracked timesGITEA_USER_CURRENT_TRACKED_TIMESList the current user's tracked times需要连接
List the current user's tracked times
认证
需要 Connected AccountTags
delete an access tokenGITEA_USER_DELETE_ACCESS_TOKENdelete an access token需要连接
delete an access token
认证
需要 Connected AccountTags
Delete AvatarGITEA_USER_DELETE_AVATARDelete Avatar需要连接
Delete Avatar
认证
需要 Connected AccountTags
Delete email addressesGITEA_USER_DELETE_EMAILDelete email addresses需要连接
Delete email addresses
认证
需要 Connected AccountTags
Delete a hookGITEA_USER_DELETE_HOOKDelete a hook需要连接
Delete a hook
认证
需要 Connected AccountTags
delete an OAuth2 ApplicationGITEA_USER_DELETE_OAUTH2_APPLICATIONdelete an OAuth2 Application需要连接
delete an OAuth2 Application
认证
需要 Connected AccountTags
Update a hookGITEA_USER_EDIT_HOOKUpdate a hook需要连接
Update a hook
认证
需要 Connected AccountTags
Get a userGITEA_USER_GETGet a user需要连接
Get a user
认证
需要 Connected AccountTags
Get the authenticated userGITEA_USER_GET_CURRENTGet the authenticated user需要连接
Get the authenticated user
认证
需要 Connected AccountTags
Get a user's heatmapGITEA_USER_GET_HEATMAP_DATAGet a user's heatmap需要连接
Get a user's heatmap
认证
需要 Connected AccountTags
Get a hookGITEA_USER_GET_HOOKGet a hook需要连接
Get a hook
认证
需要 Connected AccountTags
List the authenticated user's oauth2 applicationsGITEA_USER_GET_OAUTH2_APPLICATION_GET_API_V1_USER_APPLICATIONS_OAUTH2List the authenticated user's oauth2 applications需要连接
List the authenticated user's oauth2 applications
认证
需要 Connected AccountTags
get an OAuth2 ApplicationGITEA_USER_GET_OAUTH2_APPLICATION_GET_API_V1_USER_APPLICATIONS_OAUTH2_IDget an OAuth2 Application需要连接
get an OAuth2 Application
认证
需要 Connected AccountTags
Get list of all existing stopwatchesGITEA_USER_GET_STOP_WATCHESGet list of all existing stopwatches需要连接
Get list of all existing stopwatches
认证
需要 Connected AccountTags
List the authenticated user's access tokensGITEA_USER_GET_TOKENSList the authenticated user's access tokens需要连接
List the authenticated user's access tokens
认证
需要 Connected AccountTags
List a user's activity feedsGITEA_USER_LIST_ACTIVITY_FEEDSList a user's activity feeds需要连接
List a user's activity feeds
认证
需要 Connected AccountTags
List users blocked by the authenticated userGITEA_USER_LIST_BLOCKSList users blocked by the authenticated user需要连接
List users blocked by the authenticated user
认证
需要 Connected AccountTags
List the authenticated user's email addressesGITEA_USER_LIST_EMAILSList the authenticated user's email addresses需要连接
List the authenticated user's email addresses
认证
需要 Connected AccountTags
List the given user's followersGITEA_USER_LIST_FOLLOWERSList the given user's followers需要连接
List the given user's followers
认证
需要 Connected AccountTags
List the users that the given user is followingGITEA_USER_LIST_FOLLOWINGList the users that the given user is following需要连接
List the users that the given user is following
认证
需要 Connected AccountTags
List the given user's GPG keysGITEA_USER_LIST_GPGKEYSList the given user's GPG keys需要连接
List the given user's GPG keys
认证
需要 Connected AccountTags
List the authenticated user's webhooksGITEA_USER_LIST_HOOKSList the authenticated user's webhooks需要连接
List the authenticated user's webhooks
认证
需要 Connected AccountTags
List the given user's public keysGITEA_USER_LIST_KEYSList the given user's public keys需要连接
List the given user's public keys
认证
需要 Connected AccountTags
List the repos owned by the given userGITEA_USER_LIST_REPOSList the repos owned by the given user需要连接
List the repos owned by the given user
认证
需要 Connected AccountTags
The repos that the given user has starredGITEA_USER_LIST_STARREDThe repos that the given user has starred需要连接
The repos that the given user has starred
认证
需要 Connected AccountTags
List the repositories watched by a userGITEA_USER_LIST_SUBSCRIPTIONSList the repositories watched by a user需要连接
List the repositories watched by a user
认证
需要 Connected AccountTags
List all the teams a user belongs toGITEA_USER_LIST_TEAMSList all the teams a user belongs to需要连接
List all the teams a user belongs to
认证
需要 Connected AccountTags
Search for usersGITEA_USER_SEARCHSearch for users需要连接
Search for users
认证
需要 Connected AccountTags
List a user's tracked times in a repoGITEA_USER_TRACKED_TIMESList a user's tracked times in a repo需要连接
List a user's tracked times in a repo
认证
需要 Connected AccountTags
Unblock a userGITEA_USER_UNBLOCK_USERUnblock a user需要连接
Unblock a user
认证
需要 Connected AccountTags
Update AvatarGITEA_USER_UPDATE_AVATARUpdate Avatar需要连接
Update Avatar
认证
需要 Connected AccountTags
update an OAuth2 Application, this includes regenerating the client secretGITEA_USER_UPDATE_OAUTH2_APPLICATIONupdate an OAuth2 Application, this includes regenerating the client secret需要连接
update an OAuth2 Application, this includes regenerating the client secret
认证
需要 Connected AccountTags
Verify a GPG keyGITEA_USER_VERIFY_GPGKEYVerify a GPG key需要连接
Verify a GPG key
认证
需要 Connected AccountTags