Open Connector
所有 Tools

Gitea logoGitea

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

giteavcatalog-v1482 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

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 Account

Tags

repository
Disable a workflowGITEA_ACTIONS_DISABLE_WORKFLOWDisable a workflow

Disable a workflow

认证

需要 Connected Account

Tags

repository
Create a workflow dispatch eventGITEA_ACTIONS_DISPATCH_WORKFLOWCreate a workflow dispatch event

Create a workflow dispatch event

认证

需要 Connected Account

Tags

repository
Enable a workflowGITEA_ACTIONS_ENABLE_WORKFLOWEnable a workflow

Enable a workflow

认证

需要 Connected Account

Tags

repository
Get a workflowGITEA_ACTIONS_GET_WORKFLOWGet a workflow

Get a workflow

认证

需要 Connected Account

Tags

repository
List repository workflowsGITEA_ACTIONS_LIST_REPOSITORY_WORKFLOWSList repository workflows

List repository workflows

认证

需要 Connected Account

Tags

repository
List runs for a workflowGITEA_ACTIONS_LIST_WORKFLOW_RUNSList runs for a workflow

List runs for a workflow

认证

需要 Connected Account

Tags

repository
Add a badge to a userGITEA_ADMIN_ADD_USER_BADGESAdd a badge to a user

Add a badge to a user

认证

需要 Connected Account

Tags

admin
Adopt unadopted files as a repositoryGITEA_ADMIN_ADOPT_REPOSITORYAdopt unadopted files as a repository

Adopt unadopted files as a repository

认证

需要 Connected Account

Tags

admin
Create a hookGITEA_ADMIN_CREATE_HOOKCreate a hook

Create a hook

认证

需要 Connected Account

Tags

admin
Create an organizationGITEA_ADMIN_CREATE_ORGCreate an organization

Create an organization

认证

需要 Connected Account

Tags

admin
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 Account

Tags

admin
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 Account

Tags

admin
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 Account

Tags

admin
Create a userGITEA_ADMIN_CREATE_USERCreate a user

Create a user

认证

需要 Connected Account

Tags

admin
List cron tasksGITEA_ADMIN_CRON_LISTList cron tasks

List cron tasks

认证

需要 Connected Account

Tags

admin
Run cron taskGITEA_ADMIN_CRON_RUNRun cron task

Run cron task

认证

需要 Connected Account

Tags

admin
Delete a hookGITEA_ADMIN_DELETE_HOOKDelete a hook

Delete a hook

认证

需要 Connected Account

Tags

admin
Delete unadopted filesGITEA_ADMIN_DELETE_UNADOPTED_REPOSITORYDelete unadopted files

Delete unadopted files

认证

需要 Connected Account

Tags

admin
Delete a userGITEA_ADMIN_DELETE_USERDelete a user

Delete a user

认证

需要 Connected Account

Tags

admin
Remove a badge from a userGITEA_ADMIN_DELETE_USER_BADGESRemove a badge from a user

Remove a badge from a user

认证

需要 Connected Account

Tags

admin
Delete a user's public keyGITEA_ADMIN_DELETE_USER_PUBLIC_KEYDelete a user's public key

Delete a user's public key

认证

需要 Connected Account

Tags

admin
Update a hookGITEA_ADMIN_EDIT_HOOKUpdate a hook

Update a hook

认证

需要 Connected Account

Tags

admin
Edit an existing userGITEA_ADMIN_EDIT_USEREdit an existing user

Edit an existing user

认证

需要 Connected Account

Tags

admin
List all emailsGITEA_ADMIN_GET_ALL_EMAILSList all emails

List all emails

认证

需要 Connected Account

Tags

admin
List all organizationsGITEA_ADMIN_GET_ALL_ORGSList all organizations

List all organizations

认证

需要 Connected Account

Tags

admin
Get a hookGITEA_ADMIN_GET_HOOKGet a hook

Get a hook

认证

需要 Connected Account

Tags

admin
List system's webhooksGITEA_ADMIN_LIST_HOOKSList system's webhooks

List system's webhooks

认证

需要 Connected Account

Tags

admin
List a user's badgesGITEA_ADMIN_LIST_USER_BADGESList a user's badges

List a user's badges

认证

需要 Connected Account

Tags

admin
Rename a userGITEA_ADMIN_RENAME_USERRename a user

Rename a user

认证

需要 Connected Account

Tags

admin
Search all emailsGITEA_ADMIN_SEARCH_EMAILSSearch all emails

Search all emails

认证

需要 Connected Account

Tags

admin
Search users according filter conditionsGITEA_ADMIN_SEARCH_USERSSearch users according filter conditions

Search users according filter conditions

认证

需要 Connected Account

Tags

admin
List unadopted repositoriesGITEA_ADMIN_UNADOPTED_LISTList unadopted repositories

List unadopted repositories

认证

需要 Connected Account

Tags

admin
Create a repositoryGITEA_CREATE_CURRENT_USER_REPOCreate a repository

Create a repository

认证

需要 Connected Account

Tags

repositoryuser
Fork a repositoryGITEA_CREATE_FORKFork a repository

Fork a repository

认证

需要 Connected Account

Tags

repository
Create a repository in an organizationGITEA_CREATE_ORG_REPOCreate a repository in an organization

Create a repository in an organization

认证

需要 Connected Account

Tags

organization
Create a repository in an organizationGITEA_CREATE_ORG_REPO_DEPRECATEDCreate a repository in an organization

Create a repository in an organization

认证

需要 Connected Account

Tags

organization
Create an org-level variableGITEA_CREATE_ORG_VARIABLECreate an org-level variable

Create an org-level variable

认证

需要 Connected Account

Tags

organization
Create a repo-level variableGITEA_CREATE_REPO_VARIABLECreate a repo-level variable

Create a repo-level variable

认证

需要 Connected Account

Tags

repository
Create a user-level variableGITEA_CREATE_USER_VARIABLECreate a user-level variable

Create a user-level variable

认证

需要 Connected Account

Tags

user
Delete a workflow runGITEA_DELETE_ACTION_RUNDelete a workflow run

Delete a workflow run

认证

需要 Connected Account

Tags

repository
Delete a global runnerGITEA_DELETE_ADMIN_RUNNERDelete a global runner

Delete a global runner

认证

需要 Connected Account

Tags

admin
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 Account

Tags

repository
Delete the currently authenticated tokenGITEA_DELETE_CURRENT_TOKENDelete the currently authenticated token

Delete the currently authenticated token

认证

需要 Connected Account

Tags

miscellaneous
Delete an org-level runnerGITEA_DELETE_ORG_RUNNERDelete an org-level runner

Delete an org-level runner

认证

需要 Connected Account

Tags

organization
Delete a secret in an organizationGITEA_DELETE_ORG_SECRETDelete a secret in an organization

Delete a secret in an organization

认证

需要 Connected Account

Tags

organization
Delete an org-level variableGITEA_DELETE_ORG_VARIABLEDelete an org-level variable

Delete an org-level variable

认证

需要 Connected Account

Tags

organization
Delete a packageGITEA_DELETE_PACKAGEDelete a package

Delete a package

认证

需要 Connected Account

Tags

package
Delete a package versionGITEA_DELETE_PACKAGE_VERSIONDelete a package version

Delete a package version

认证

需要 Connected Account

Tags

package
Delete a repo-level runnerGITEA_DELETE_REPO_RUNNERDelete a repo-level runner

Delete a repo-level runner

认证

需要 Connected Account

Tags

repository
Delete a secret in a repositoryGITEA_DELETE_REPO_SECRETDelete a secret in a repository

Delete a secret in a repository

认证

需要 Connected Account

Tags

repository
Delete a repo-level variableGITEA_DELETE_REPO_VARIABLEDelete a repo-level variable

Delete a repo-level variable

认证

需要 Connected Account

Tags

repository
Delete a user-level runnerGITEA_DELETE_USER_RUNNERDelete a user-level runner

Delete a user-level runner

认证

需要 Connected Account

Tags

user
Delete a secret in a user scopeGITEA_DELETE_USER_SECRETDelete a secret in a user scope

Delete a secret in a user scope

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
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 Account

Tags

repository
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 Account

Tags

repository
Create a repository using a templateGITEA_GENERATE_REPOCreate a repository using a template

Create a repository using a template

认证

需要 Connected Account

Tags

repository
Get a global runnerGITEA_GET_ADMIN_RUNNERGet a global runner

Get a global runner

认证

需要 Connected Account

Tags

admin
Get all runnersGITEA_GET_ADMIN_RUNNERSGet all runners

Get all runners

认证

需要 Connected Account

Tags

admin
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 Account

Tags

repository
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 Account

Tags

repository
Lists all artifacts for a repositoryGITEA_GET_ARTIFACTSLists all artifacts for a repository

Lists all artifacts for a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Gets the blob of a repository.GITEA_GET_BLOBGets the blob of a repository.

Gets the blob of a repository.

认证

需要 Connected Account

Tags

repository
Get the currently authenticated tokenGITEA_GET_CURRENT_TOKENGet the currently authenticated token

Get the currently authenticated token

认证

需要 Connected Account

Tags

miscellaneous
Get instance's global settings for apiGITEA_GET_GENERAL_APISETTINGSGet instance's global settings for api

Get instance's global settings for api

认证

需要 Connected Account

Tags

settings
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 Account

Tags

settings
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 Account

Tags

settings
Get instance's global settings for uiGITEA_GET_GENERAL_UISETTINGSGet instance's global settings for ui

Get instance's global settings for ui

认证

需要 Connected Account

Tags

settings
Returns information about a gitignore templateGITEA_GET_GITIGNORE_TEMPLATE_INFOReturns information about a gitignore template

Returns information about a gitignore template

认证

需要 Connected Account

Tags

miscellaneous
Returns all labels in a templateGITEA_GET_LABEL_TEMPLATE_INFOReturns all labels in a template

Returns all labels in a template

认证

需要 Connected Account

Tags

miscellaneous
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 Account

Tags

package
Returns information about a license templateGITEA_GET_LICENSE_TEMPLATE_INFOReturns information about a license template

Returns information about a license template

认证

需要 Connected Account

Tags

miscellaneous
Get an org-level runnerGITEA_GET_ORG_RUNNERGet an org-level runner

Get an org-level runner

认证

需要 Connected Account

Tags

organization
Get org-level runnersGITEA_GET_ORG_RUNNERSGet org-level runners

Get org-level runners

认证

需要 Connected Account

Tags

organization
Get an org-level variableGITEA_GET_ORG_VARIABLEGet an org-level variable

Get an org-level variable

认证

需要 Connected Account

Tags

organization
Get an org-level variables listGITEA_GET_ORG_VARIABLES_LISTGet an org-level variables list

Get an org-level variables list

认证

需要 Connected Account

Tags

organization
Get org-level workflow jobsGITEA_GET_ORG_WORKFLOW_JOBSGet org-level workflow jobs

Get org-level workflow jobs

认证

需要 Connected Account

Tags

organization
Get org-level workflow runsGITEA_GET_ORG_WORKFLOW_RUNSGet org-level workflow runs

Get org-level workflow runs

认证

需要 Connected Account

Tags

organization
Gets a packageGITEA_GET_PACKAGEGets a package

Gets a package

认证

需要 Connected Account

Tags

package
Get a repo-level runnerGITEA_GET_REPO_RUNNERGet a repo-level runner

Get a repo-level runner

认证

需要 Connected Account

Tags

repository
Get repo-level runnersGITEA_GET_REPO_RUNNERSGet repo-level runners

Get repo-level runners

认证

需要 Connected Account

Tags

repository
Get a repo-level variableGITEA_GET_REPO_VARIABLEGet a repo-level variable

Get a repo-level variable

认证

需要 Connected Account

Tags

repository
Get repo-level variables listGITEA_GET_REPO_VARIABLES_LISTGet repo-level variables list

Get repo-level variables list

认证

需要 Connected Account

Tags

repository
Get default signing-key.gpgGITEA_GET_SIGNING_KEYGet default signing-key.gpg

Get default signing-key.gpg

认证

需要 Connected Account

Tags

miscellaneous
Get default signing-key.pubGITEA_GET_SIGNING_KEY_SSHGet default signing-key.pub

Get default signing-key.pub

认证

需要 Connected Account

Tags

miscellaneous
Gets the tree of a repository.GITEA_GET_TREEGets the tree of a repository.

Gets the tree of a repository.

认证

需要 Connected Account

Tags

repository
Get a user-level runnerGITEA_GET_USER_RUNNERGet a user-level runner

Get a user-level runner

认证

需要 Connected Account

Tags

user
Get user-level runnersGITEA_GET_USER_RUNNERSGet user-level runners

Get user-level runners

认证

需要 Connected Account

Tags

user
Get user settingsGITEA_GET_USER_SETTINGSGet user settings

Get user settings

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
Get workflow jobsGITEA_GET_USER_WORKFLOW_JOBSGet workflow jobs

Get workflow jobs

认证

需要 Connected Account

Tags

user
Get workflow runsGITEA_GET_USER_WORKFLOW_RUNSGet workflow runs

Get workflow runs

认证

需要 Connected Account

Tags

user
Get a Token to verifyGITEA_GET_VERIFICATION_TOKENGet a Token to verify

Get a Token to verify

认证

需要 Connected Account

Tags

user
Returns the version of the Gitea applicationGITEA_GET_VERSIONReturns the version of the Gitea application

Returns the version of the Gitea application

认证

需要 Connected Account

Tags

miscellaneous
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 Account

Tags

repository
Gets a specific workflow runGITEA_GET_WORKFLOW_RUNGets a specific workflow run

Gets a specific workflow run

认证

需要 Connected Account

Tags

repository
Gets a specific workflow run attemptGITEA_GET_WORKFLOW_RUN_ATTEMPTGets a specific workflow run attempt

Gets a specific workflow run attempt

认证

需要 Connected Account

Tags

repository
Lists all runs for a repository runGITEA_GET_WORKFLOW_RUNSLists all runs for a repository run

Lists all runs for a repository run

认证

需要 Connected Account

Tags

repository
Add assignees to an issueGITEA_ISSUE_ADD_ASSIGNEESAdd assignees to an issue

Add assignees to an issue

认证

需要 Connected Account

Tags

issue
Add a label to an issueGITEA_ISSUE_ADD_LABELAdd a label to an issue

Add a label to an issue

认证

需要 Connected Account

Tags

issue
Subscribe user to issueGITEA_ISSUE_ADD_SUBSCRIPTIONSubscribe user to issue

Subscribe user to issue

认证

需要 Connected Account

Tags

issue
Add tracked time to a issueGITEA_ISSUE_ADD_TIMEAdd tracked time to a issue

Add tracked time to a issue

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
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 Account

Tags

issue
Remove all labels from an issueGITEA_ISSUE_CLEAR_LABELSRemove all labels from an issue

Remove all labels from an issue

认证

需要 Connected Account

Tags

issue
Add a comment to an issueGITEA_ISSUE_CREATE_COMMENTAdd a comment to an issue

Add a comment to an issue

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Create an issue attachmentGITEA_ISSUE_CREATE_ISSUE_ATTACHMENTCreate an issue attachment

Create an issue attachment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Create a comment attachmentGITEA_ISSUE_CREATE_ISSUE_COMMENT_ATTACHMENTCreate a comment attachment

Create a comment attachment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Create a labelGITEA_ISSUE_CREATE_LABELCreate a label

Create a label

认证

需要 Connected Account

Tags

issue
Create a milestoneGITEA_ISSUE_CREATE_MILESTONECreate a milestone

Create a milestone

认证

需要 Connected Account

Tags

issue
Delete an issueGITEA_ISSUE_DELETEDelete an issue

Delete an issue

认证

需要 Connected Account

Tags

issue
Delete a commentGITEA_ISSUE_DELETE_COMMENTDelete a comment

Delete a comment

认证

需要 Connected Account

Tags

issue
Delete a commentGITEA_ISSUE_DELETE_COMMENT_DEPRECATEDDelete a comment

Delete a comment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Delete an issue attachmentGITEA_ISSUE_DELETE_ISSUE_ATTACHMENTDelete an issue attachment

Delete an issue attachment

认证

需要 Connected Account

Tags

issue
Delete a comment attachmentGITEA_ISSUE_DELETE_ISSUE_COMMENT_ATTACHMENTDelete a comment attachment

Delete a comment attachment

认证

需要 Connected Account

Tags

issue
Remove a reaction from an issueGITEA_ISSUE_DELETE_ISSUE_REACTIONRemove a reaction from an issue

Remove a reaction from an issue

认证

需要 Connected Account

Tags

issue
Delete a labelGITEA_ISSUE_DELETE_LABELDelete a label

Delete a label

认证

需要 Connected Account

Tags

issue
Delete a milestoneGITEA_ISSUE_DELETE_MILESTONEDelete a milestone

Delete a milestone

认证

需要 Connected Account

Tags

issue
Delete an issue's existing stopwatch.GITEA_ISSUE_DELETE_STOP_WATCHDelete an issue's existing stopwatch.

Delete an issue's existing stopwatch.

认证

需要 Connected Account

Tags

issue
Unsubscribe user from issueGITEA_ISSUE_DELETE_SUBSCRIPTIONUnsubscribe user from issue

Unsubscribe user from issue

认证

需要 Connected Account

Tags

issue
Delete specific tracked timeGITEA_ISSUE_DELETE_TIMEDelete specific tracked time

Delete specific tracked time

认证

需要 Connected Account

Tags

issue
Edit a commentGITEA_ISSUE_EDIT_COMMENTEdit a comment

Edit a comment

认证

需要 Connected Account

Tags

issue
Edit a commentGITEA_ISSUE_EDIT_COMMENT_DEPRECATEDEdit a comment

Edit a comment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Edit an issue attachmentGITEA_ISSUE_EDIT_ISSUE_ATTACHMENTEdit an issue attachment

Edit an issue attachment

认证

需要 Connected Account

Tags

issue
Edit a comment attachmentGITEA_ISSUE_EDIT_ISSUE_COMMENT_ATTACHMENTEdit a comment attachment

Edit a comment attachment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Update a labelGITEA_ISSUE_EDIT_LABELUpdate a label

Update a label

认证

需要 Connected Account

Tags

issue
Update a milestoneGITEA_ISSUE_EDIT_MILESTONEUpdate a milestone

Update a milestone

认证

需要 Connected Account

Tags

issue
Get a commentGITEA_ISSUE_GET_COMMENTGet a comment

Get a comment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
List all comments on an issueGITEA_ISSUE_GET_COMMENTSList all comments on an issue

List all comments on an issue

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Get an issueGITEA_ISSUE_GET_ISSUEGet an issue

Get an issue

认证

需要 Connected Account

Tags

issue
Get an issue attachmentGITEA_ISSUE_GET_ISSUE_ATTACHMENTGet an issue attachment

Get an issue attachment

认证

需要 Connected Account

Tags

issue
Get a comment attachmentGITEA_ISSUE_GET_ISSUE_COMMENT_ATTACHMENTGet a comment attachment

Get a comment attachment

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Get a single labelGITEA_ISSUE_GET_LABELGet a single label

Get a single label

认证

需要 Connected Account

Tags

issue
Get an issue's labelsGITEA_ISSUE_GET_LABELSGet an issue's labels

Get an issue's labels

认证

需要 Connected Account

Tags

issue
Get a milestoneGITEA_ISSUE_GET_MILESTONEGet a milestone

Get a milestone

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
List all comments in a repositoryGITEA_ISSUE_GET_REPO_COMMENTSList all comments in a repository

List all comments in a repository

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
List issue's attachmentsGITEA_ISSUE_LIST_ISSUE_ATTACHMENTSList issue's attachments

List issue's attachments

认证

需要 Connected Account

Tags

issue
List comment's attachmentsGITEA_ISSUE_LIST_ISSUE_COMMENT_ATTACHMENTSList comment's attachments

List comment's attachments

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
List a repository's issuesGITEA_ISSUE_LIST_ISSUESList a repository's issues

List a repository's issues

认证

需要 Connected Account

Tags

issue
Get all of a repository's labelsGITEA_ISSUE_LIST_LABELSGet all of a repository's labels

Get all of a repository's labels

认证

需要 Connected Account

Tags

issue
Lock an issueGITEA_ISSUE_LOCK_ISSUELock an issue

Lock an issue

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Add a reaction to an issueGITEA_ISSUE_POST_ISSUE_REACTIONAdd a reaction to an issue

Add a reaction to an issue

认证

需要 Connected Account

Tags

issue
Remove assignees from an issueGITEA_ISSUE_REMOVE_ASSIGNEESRemove assignees from an issue

Remove assignees from an issue

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Remove an issue dependencyGITEA_ISSUE_REMOVE_ISSUE_DEPENDENCIESRemove an issue dependency

Remove an issue dependency

认证

需要 Connected Account

Tags

issue
Remove a label from an issueGITEA_ISSUE_REMOVE_LABELRemove a label from an issue

Remove a label from an issue

认证

需要 Connected Account

Tags

issue
Replace an issue's labelsGITEA_ISSUE_REPLACE_LABELSReplace an issue's labels

Replace an issue's labels

认证

需要 Connected Account

Tags

issue
Reset a tracked time of an issueGITEA_ISSUE_RESET_TIMEReset a tracked time of an issue

Reset a tracked time of an issue

认证

需要 Connected Account

Tags

issue
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 Account

Tags

issue
Start stopwatch on an issue.GITEA_ISSUE_START_STOP_WATCHStart stopwatch on an issue.

Start stopwatch on an issue.

认证

需要 Connected Account

Tags

issue
Stop an issue's existing stopwatch.GITEA_ISSUE_STOP_STOP_WATCHStop an issue's existing stopwatch.

Stop an issue's existing stopwatch.

认证

需要 Connected Account

Tags

issue
Get users who subscribed on an issue.GITEA_ISSUE_SUBSCRIPTIONSGet users who subscribed on an issue.

Get users who subscribed on an issue.

认证

需要 Connected Account

Tags

issue
List an issue's tracked timesGITEA_ISSUE_TRACKED_TIMESList an issue's tracked times

List an issue's tracked times

认证

需要 Connected Account

Tags

issue
Unlock an issueGITEA_ISSUE_UNLOCK_ISSUEUnlock an issue

Unlock an issue

认证

需要 Connected Account

Tags

issue
Link a package to a repositoryGITEA_LINK_PACKAGELink a package to a repository

Link a package to a repository

认证

需要 Connected Account

Tags

package
List a repository's action tasksGITEA_LIST_ACTION_TASKSList a repository's action tasks

List a repository's action tasks

认证

需要 Connected Account

Tags

repository
Lists all jobsGITEA_LIST_ADMIN_WORKFLOW_JOBSLists all jobs

Lists all jobs

认证

需要 Connected Account

Tags

admin
Lists all runsGITEA_LIST_ADMIN_WORKFLOW_RUNSLists all runs

Lists all runs

认证

需要 Connected Account

Tags

admin
List a repository's forksGITEA_LIST_FORKSList a repository's forks

List a repository's forks

认证

需要 Connected Account

Tags

repository
Returns a list of all gitignore templatesGITEA_LIST_GITIGNORES_TEMPLATESReturns a list of all gitignore templates

Returns a list of all gitignore templates

认证

需要 Connected Account

Tags

miscellaneous
Returns a list of all label templatesGITEA_LIST_LABEL_TEMPLATESReturns a list of all label templates

Returns a list of all label templates

认证

需要 Connected Account

Tags

miscellaneous
Returns a list of all license templatesGITEA_LIST_LICENSE_TEMPLATESReturns a list of all license templates

Returns a list of all license templates

认证

需要 Connected Account

Tags

miscellaneous
Gets all files of a packageGITEA_LIST_PACKAGE_FILESGets all files of a package

Gets all files of a package

认证

需要 Connected Account

Tags

package
Gets all versions of a packageGITEA_LIST_PACKAGE_VERSIONSGets all versions of a package

Gets all versions of a package

认证

需要 Connected Account

Tags

package
Gets all packages of an ownerGITEA_LIST_PACKAGESGets all packages of an owner

Gets all packages of an owner

认证

需要 Connected Account

Tags

package
Lists all jobs for a repositoryGITEA_LIST_WORKFLOW_JOBSLists all jobs for a repository

Lists all jobs for a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Moves the Pin to the given PositionGITEA_MOVE_ISSUE_PINMoves the Pin to the given Position

Moves the Pin to the given Position

认证

需要 Connected Account

Tags

issue
List users's notification threadsGITEA_NOTIFY_GET_LISTList users's notification threads

List users's notification threads

认证

需要 Connected Account

Tags

notification
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 Account

Tags

notification
Get notification thread by IDGITEA_NOTIFY_GET_THREADGet notification thread by ID

Get notification thread by ID

认证

需要 Connected Account

Tags

notification
Check if unread notifications existGITEA_NOTIFY_NEW_AVAILABLECheck if unread notifications exist

Check if unread notifications exist

认证

需要 Connected Account

Tags

notification
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 Account

Tags

notification
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 Account

Tags

notification
Mark notification thread as read by IDGITEA_NOTIFY_READ_THREADMark notification thread as read by ID

Mark notification thread as read by ID

认证

需要 Connected Account

Tags

notification
Add a team memberGITEA_ORG_ADD_TEAM_MEMBERAdd a team member

Add a team member

认证

需要 Connected Account

Tags

organization
Add a repository to a teamGITEA_ORG_ADD_TEAM_REPOSITORYAdd a repository to a team

Add a repository to a team

认证

需要 Connected Account

Tags

organization
Conceal a user's membershipGITEA_ORG_CONCEAL_MEMBERConceal a user's membership

Conceal a user's membership

认证

需要 Connected Account

Tags

organization
Create an organizationGITEA_ORG_CREATECreate an organization

Create an organization

认证

需要 Connected Account

Tags

organization
Create a hookGITEA_ORG_CREATE_HOOKCreate a hook

Create a hook

认证

需要 Connected Account

Tags

organization
Create a label for an organizationGITEA_ORG_CREATE_LABELCreate a label for an organization

Create a label for an organization

认证

需要 Connected Account

Tags

organization
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 Account

Tags

organization
Create a teamGITEA_ORG_CREATE_TEAMCreate a team

Create a team

认证

需要 Connected Account

Tags

organization
Delete an organizationGITEA_ORG_DELETEDelete an organization

Delete an organization

认证

需要 Connected Account

Tags

organization
Delete AvatarGITEA_ORG_DELETE_AVATARDelete Avatar

Delete Avatar

认证

需要 Connected Account

Tags

organization
Delete a hookGITEA_ORG_DELETE_HOOKDelete a hook

Delete a hook

认证

需要 Connected Account

Tags

organization
Delete a labelGITEA_ORG_DELETE_LABELDelete a label

Delete a label

认证

需要 Connected Account

Tags

organization
Remove a member from an organizationGITEA_ORG_DELETE_MEMBERRemove a member from an organization

Remove a member from an organization

认证

需要 Connected Account

Tags

organization
Delete all repositories in an organizationGITEA_ORG_DELETE_REPOSDelete all repositories in an organization

Delete all repositories in an organization

认证

需要 Connected Account

Tags

organization
Delete a teamGITEA_ORG_DELETE_TEAMDelete a team

Delete a team

认证

需要 Connected Account

Tags

organization
Edit an organizationGITEA_ORG_EDITEdit an organization

Edit an organization

认证

需要 Connected Account

Tags

organization
Update a hookGITEA_ORG_EDIT_HOOKUpdate a hook

Update a hook

认证

需要 Connected Account

Tags

organization
Update a labelGITEA_ORG_EDIT_LABELUpdate a label

Update a label

认证

需要 Connected Account

Tags

organization
Edit a teamGITEA_ORG_EDIT_TEAMEdit a team

Edit a team

认证

需要 Connected Account

Tags

organization
Get an organizationGITEA_ORG_GETGet an organization

Get an organization

认证

需要 Connected Account

Tags

organization
Get list of organizationsGITEA_ORG_GET_ALLGet list of organizations

Get list of organizations

认证

需要 Connected Account

Tags

organization
Get a hookGITEA_ORG_GET_HOOKGet a hook

Get a hook

认证

需要 Connected Account

Tags

organization
Get a single labelGITEA_ORG_GET_LABELGet a single label

Get a single label

认证

需要 Connected Account

Tags

organization
Get a teamGITEA_ORG_GET_TEAMGet a team

Get a team

认证

需要 Connected Account

Tags

organization
Get user permissions in organizationGITEA_ORG_GET_USER_PERMISSIONSGet user permissions in organization

Get user permissions in organization

认证

需要 Connected Account

Tags

organization
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 Account

Tags

organization
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 Account

Tags

organization
List an organization's actions secretsGITEA_ORG_LIST_ACTIONS_SECRETSList an organization's actions secrets

List an organization's actions secrets

认证

需要 Connected Account

Tags

organization
List an organization's activity feedsGITEA_ORG_LIST_ACTIVITY_FEEDSList an organization's activity feeds

List an organization's activity feeds

认证

需要 Connected Account

Tags

organization
List the current user's organizationsGITEA_ORG_LIST_CURRENT_USER_ORGSList the current user's organizations

List the current user's organizations

认证

需要 Connected Account

Tags

organization
List an organization's webhooksGITEA_ORG_LIST_HOOKSList an organization's webhooks

List an organization's webhooks

认证

需要 Connected Account

Tags

organization
List an organization's labelsGITEA_ORG_LIST_LABELSList an organization's labels

List an organization's labels

认证

需要 Connected Account

Tags

organization
List an organization's membersGITEA_ORG_LIST_MEMBERSList an organization's members

List an organization's members

认证

需要 Connected Account

Tags

organization
List an organization's public membersGITEA_ORG_LIST_PUBLIC_MEMBERSList an organization's public members

List an organization's public members

认证

需要 Connected Account

Tags

organization
List an organization's reposGITEA_ORG_LIST_REPOSList an organization's repos

List an organization's repos

认证

需要 Connected Account

Tags

organization
List a team's activity feedsGITEA_ORG_LIST_TEAM_ACTIVITY_FEEDSList a team's activity feeds

List a team's activity feeds

认证

需要 Connected Account

Tags

organization
List a particular member of teamGITEA_ORG_LIST_TEAM_MEMBERList a particular member of team

List a particular member of team

认证

需要 Connected Account

Tags

organization
List a team's membersGITEA_ORG_LIST_TEAM_MEMBERSList a team's members

List a team's members

认证

需要 Connected Account

Tags

organization
List a particular repo of teamGITEA_ORG_LIST_TEAM_REPOList a particular repo of team

List a particular repo of team

认证

需要 Connected Account

Tags

organization
List a team's reposGITEA_ORG_LIST_TEAM_REPOSList a team's repos

List a team's repos

认证

需要 Connected Account

Tags

organization
List an organization's teamsGITEA_ORG_LIST_TEAMSList an organization's teams

List an organization's teams

认证

需要 Connected Account

Tags

organization
List a user's organizationsGITEA_ORG_LIST_USER_ORGSList a user's organizations

List a user's organizations

认证

需要 Connected Account

Tags

organization
Publicize a user's membershipGITEA_ORG_PUBLICIZE_MEMBERPublicize a user's membership

Publicize a user's membership

认证

需要 Connected Account

Tags

organization
Remove a team memberGITEA_ORG_REMOVE_TEAM_MEMBERRemove a team member

Remove a team member

认证

需要 Connected Account

Tags

organization
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 Account

Tags

organization
Update AvatarGITEA_ORG_UPDATE_AVATARUpdate Avatar

Update Avatar

认证

需要 Connected Account

Tags

organization
Block a userGITEA_ORGANIZATION_BLOCK_USERBlock a user

Block a user

认证

需要 Connected Account

Tags

organization
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 Account

Tags

organization
List users blocked by the organizationGITEA_ORGANIZATION_LIST_BLOCKSList users blocked by the organization

List users blocked by the organization

认证

需要 Connected Account

Tags

organization
Unblock a userGITEA_ORGANIZATION_UNBLOCK_USERUnblock a user

Unblock a user

认证

需要 Connected Account

Tags

organization
Pin an IssueGITEA_PIN_ISSUEPin an Issue

Pin an Issue

认证

需要 Connected Account

Tags

issue
Reject a repo transferGITEA_REJECT_REPO_TRANSFERReject a repo transfer

Reject a repo transfer

认证

需要 Connected Account

Tags

repository
Rename an organizationGITEA_RENAME_ORGRename an organization

Rename an organization

认证

需要 Connected Account

Tags

organization
Render a markdown document as HTMLGITEA_RENDER_MARKDOWNRender a markdown document as HTML

Render a markdown document as HTML

认证

需要 Connected Account

Tags

miscellaneous
Render raw markdown as HTMLGITEA_RENDER_MARKDOWN_RAWRender raw markdown as HTML

Render raw markdown as HTML

认证

需要 Connected Account

Tags

miscellaneous
Render a markup document as HTMLGITEA_RENDER_MARKUPRender a markup document as HTML

Render a markup document as HTML

认证

需要 Connected Account

Tags

miscellaneous
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 Account

Tags

repository
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 Account

Tags

repository
Add a team to a repositoryGITEA_REPO_ADD_TEAMAdd a team to a repository

Add a team to a repository

认证

需要 Connected Account

Tags

repository
Add a topic to a repositoryGITEA_REPO_ADD_TOPICAdd a topic to a repository

Add a topic to a repository

认证

需要 Connected Account

Tags

repository
Apply diff patch to repositoryGITEA_REPO_APPLY_DIFF_PATCHApply diff patch to repository

Apply diff patch to repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Modify multiple files in a repositoryGITEA_REPO_CHANGE_FILESModify multiple files in a repository

Modify multiple files in a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Create a branchGITEA_REPO_CREATE_BRANCHCreate a branch

Create a branch

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Create a file in a repositoryGITEA_REPO_CREATE_FILECreate a file in a repository

Create a file in a repository

认证

需要 Connected Account

Tags

repository
Create a hookGITEA_REPO_CREATE_HOOKCreate a hook

Create a hook

认证

需要 Connected Account

Tags

repository
Add a key to a repositoryGITEA_REPO_CREATE_KEYAdd a key to a repository

Add a key to a repository

认证

需要 Connected Account

Tags

repository
Create a pull requestGITEA_REPO_CREATE_PULL_REQUESTCreate a pull request

Create a pull request

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Create a releaseGITEA_REPO_CREATE_RELEASECreate a release

Create a release

认证

需要 Connected Account

Tags

repository
Create a release attachmentGITEA_REPO_CREATE_RELEASE_ATTACHMENTCreate a release attachment

Create a release attachment

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Create a commit statusGITEA_REPO_CREATE_STATUSCreate a commit status

Create a commit status

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Create a wiki pageGITEA_REPO_CREATE_WIKI_PAGECreate a wiki page

Create a wiki page

认证

需要 Connected Account

Tags

repository
Delete a repositoryGITEA_REPO_DELETEDelete a repository

Delete a repository

认证

需要 Connected Account

Tags

repository
Delete avatarGITEA_REPO_DELETE_AVATARDelete avatar

Delete avatar

认证

需要 Connected Account

Tags

repository
Delete a specific branch from a repositoryGITEA_REPO_DELETE_BRANCHDelete a specific branch from a repository

Delete a specific branch from a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Delete a collaborator from a repositoryGITEA_REPO_DELETE_COLLABORATORDelete a collaborator from a repository

Delete a collaborator from a repository

认证

需要 Connected Account

Tags

repository
Delete a file in a repositoryGITEA_REPO_DELETE_FILEDelete a file in a repository

Delete a file in a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Delete a hook in a repositoryGITEA_REPO_DELETE_HOOKDelete a hook in a repository

Delete a hook in a repository

认证

需要 Connected Account

Tags

repository
Delete a key from a repositoryGITEA_REPO_DELETE_KEYDelete a key from a repository

Delete a key from a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Delete a releaseGITEA_REPO_DELETE_RELEASEDelete a release

Delete a release

认证

需要 Connected Account

Tags

repository
Delete a release attachmentGITEA_REPO_DELETE_RELEASE_ATTACHMENTDelete a release attachment

Delete a release attachment

认证

需要 Connected Account

Tags

repository
Delete a release by tag nameGITEA_REPO_DELETE_RELEASE_BY_TAGDelete a release by tag name

Delete a release by tag name

认证

需要 Connected Account

Tags

repository
Delete a repository's tag by nameGITEA_REPO_DELETE_TAGDelete a repository's tag by name

Delete a repository's tag by name

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Delete a team from a repositoryGITEA_REPO_DELETE_TEAMDelete a team from a repository

Delete a team from a repository

认证

需要 Connected Account

Tags

repository
Delete a topic from a repositoryGITEA_REPO_DELETE_TOPICDelete a topic from a repository

Delete a topic from a repository

认证

需要 Connected Account

Tags

repository
Delete a wiki pageGITEA_REPO_DELETE_WIKI_PAGEDelete a wiki page

Delete a wiki page

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Edit a hook in a repositoryGITEA_REPO_EDIT_HOOKEdit a hook in a repository

Edit a hook in a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Update a releaseGITEA_REPO_EDIT_RELEASEUpdate a release

Update a release

认证

需要 Connected Account

Tags

repository
Edit a release attachmentGITEA_REPO_EDIT_RELEASE_ATTACHMENTEdit a release attachment

Edit a release attachment

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Edit a wiki pageGITEA_REPO_EDIT_WIKI_PAGEEdit a wiki page

Edit a wiki page

认证

需要 Connected Account

Tags

repository
Get a repositoryGITEA_REPO_GETGet a repository

Get a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Get an archive of a repositoryGITEA_REPO_GET_ARCHIVEGet an archive of a repository

Get an archive of a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Get a repository by idGITEA_REPO_GET_BY_IDGet a repository by id

Get a repository by id

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Get a Git hookGITEA_REPO_GET_GIT_HOOKGet a Git hook

Get a Git hook

认证

需要 Connected Account

Tags

repository
Get a hookGITEA_REPO_GET_HOOKGet a hook

Get a hook

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Get a repository's key by idGITEA_REPO_GET_KEYGet a repository's key by id

Get a repository's key by id

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Get repo licensesGITEA_REPO_GET_LICENSESGet repo licenses

Get repo licenses

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Get a pull requestGITEA_REPO_GET_PULL_REQUESTGet a pull request

Get a pull request

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Get commits for a pull requestGITEA_REPO_GET_PULL_REQUEST_COMMITSGet commits for a pull request

Get commits for a pull request

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Get a file from a repositoryGITEA_REPO_GET_RAW_FILEGet a file from a repository

Get a file from a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Get a releaseGITEA_REPO_GET_RELEASEGet a release

Get a release

认证

需要 Connected Account

Tags

repository
Get a release attachmentGITEA_REPO_GET_RELEASE_ATTACHMENTGet a release attachment

Get a release attachment

认证

需要 Connected Account

Tags

repository
Get a release by tag nameGITEA_REPO_GET_RELEASE_BY_TAGGet a release by tag name

Get a release by tag name

认证

需要 Connected Account

Tags

repository
Get repository permissions for a userGITEA_REPO_GET_REPO_PERMISSIONSGet repository permissions for a user

Get repository permissions for a user

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Get a wiki pageGITEA_REPO_GET_WIKI_PAGEGet a wiki page

Get a wiki page

认证

需要 Connected Account

Tags

repository
Get revisions of a wiki pageGITEA_REPO_GET_WIKI_PAGE_REVISIONSGet revisions of a wiki page

Get revisions of a wiki page

认证

需要 Connected Account

Tags

repository
Get all wiki pagesGITEA_REPO_GET_WIKI_PAGESGet all wiki pages

Get all wiki pages

认证

需要 Connected Account

Tags

repository
List a repo's actions secretsGITEA_REPO_LIST_ACTIONS_SECRETSList a repo's actions secrets

List a repo's actions secrets

认证

需要 Connected Account

Tags

repository
List a repository's activity feedsGITEA_REPO_LIST_ACTIVITY_FEEDSList a repository's activity feeds

List a repository's activity feeds

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
List branch protections for a repositoryGITEA_REPO_LIST_BRANCH_PROTECTIONList branch protections for a repository

List branch protections for a repository

认证

需要 Connected Account

Tags

repository
List a repository's branchesGITEA_REPO_LIST_BRANCHESList a repository's branches

List a repository's branches

认证

需要 Connected Account

Tags

repository
List a repository's collaboratorsGITEA_REPO_LIST_COLLABORATORSList a repository's collaborators

List a repository's collaborators

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
List the hooks in a repositoryGITEA_REPO_LIST_HOOKSList the hooks in a repository

List the hooks in a repository

认证

需要 Connected Account

Tags

repository
List a repository's keysGITEA_REPO_LIST_KEYSList a repository's keys

List a repository's keys

认证

需要 Connected Account

Tags

repository
List a repo's pinned issuesGITEA_REPO_LIST_PINNED_ISSUESList a repo's pinned issues

List a repo's pinned issues

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
List a repo's pull requestsGITEA_REPO_LIST_PULL_REQUESTSList a repo's pull requests

List a repo's pull requests

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
List release's attachmentsGITEA_REPO_LIST_RELEASE_ATTACHMENTSList release's attachments

List release's attachments

认证

需要 Connected Account

Tags

repository
List a repo's releasesGITEA_REPO_LIST_RELEASESList a repo's releases

List a repo's releases

认证

需要 Connected Account

Tags

repository
List a repo's stargazersGITEA_REPO_LIST_STARGAZERSList a repo's stargazers

List a repo's stargazers

认证

需要 Connected Account

Tags

repository
Get a commit's statusesGITEA_REPO_LIST_STATUSESGet a commit's statuses

Get a commit's statuses

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
List a repo's watchersGITEA_REPO_LIST_SUBSCRIBERSList a repo's watchers

List a repo's watchers

认证

需要 Connected Account

Tags

repository
List tag protections for a repositoryGITEA_REPO_LIST_TAG_PROTECTIONList tag protections for a repository

List tag protections for a repository

认证

需要 Connected Account

Tags

repository
List a repository's tagsGITEA_REPO_LIST_TAGSList a repository's tags

List a repository's tags

认证

需要 Connected Account

Tags

repository
List a repository's teamsGITEA_REPO_LIST_TEAMSList a repository's teams

List a repository's teams

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Merge a pull requestGITEA_REPO_MERGE_PULL_REQUESTMerge a pull request

Merge a pull request

认证

需要 Connected Account

Tags

repository
Merge a branch from upstreamGITEA_REPO_MERGE_UPSTREAMMerge a branch from upstream

Merge a branch from upstream

认证

需要 Connected Account

Tags

repository
Migrate a remote git repositoryGITEA_REPO_MIGRATEMigrate a remote git repository

Migrate a remote git repository

认证

需要 Connected Account

Tags

repository
Sync a mirrored repositoryGITEA_REPO_MIRROR_SYNCSync a mirrored repository

Sync a mirrored repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Sync all push mirrored repositoryGITEA_REPO_PUSH_MIRROR_SYNCSync all push mirrored repository

Sync all push mirrored repository

认证

需要 Connected Account

Tags

repository
Rename a branchGITEA_REPO_RENAME_BRANCHRename a branch

Rename a branch

认证

需要 Connected Account

Tags

repository
Resolve a pull request review commentGITEA_REPO_RESOLVE_PULL_REVIEW_COMMENTResolve a pull request review comment

Resolve a pull request review comment

认证

需要 Connected Account

Tags

repository
Search for repositoriesGITEA_REPO_SEARCHSearch for repositories

Search for repositories

认证

需要 Connected Account

Tags

repository
Get signing-key.gpg for given repositoryGITEA_REPO_SIGNING_KEYGet signing-key.gpg for given repository

Get signing-key.gpg for given repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Test a push webhookGITEA_REPO_TEST_HOOKTest a push webhook

Test a push webhook

认证

需要 Connected Account

Tags

repository
List a repo's tracked timesGITEA_REPO_TRACKED_TIMESList a repo's tracked times

List a repo's tracked times

认证

需要 Connected Account

Tags

repository
Transfer a repo ownershipGITEA_REPO_TRANSFERTransfer a repo ownership

Transfer a repo ownership

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Unresolve a pull request review commentGITEA_REPO_UNRESOLVE_PULL_REVIEW_COMMENTUnresolve a pull request review comment

Unresolve a pull request review comment

认证

需要 Connected Account

Tags

repository
Update avatarGITEA_REPO_UPDATE_AVATARUpdate avatar

Update avatar

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Merge PR's baseBranch into headBranchGITEA_REPO_UPDATE_PULL_REQUESTMerge PR's baseBranch into headBranch

Merge PR's baseBranch into headBranch

认证

需要 Connected Account

Tags

repository
Replace list of topics for a repositoryGITEA_REPO_UPDATE_TOPICSReplace list of topics for a repository

Replace list of topics for a repository

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
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 Account

Tags

repository
Reruns an entire workflow runGITEA_RERUN_WORKFLOW_RUNReruns an entire workflow run

Reruns an entire workflow run

认证

需要 Connected Account

Tags

repository
Search for teams within an organizationGITEA_TEAM_SEARCHSearch for teams within an organization

Search for teams within an organization

认证

需要 Connected Account

Tags

organization
search topics via keywordGITEA_TOPIC_SEARCHsearch topics via keyword

search topics via keyword

认证

需要 Connected Account

Tags

repository
Unlink a package from a repositoryGITEA_UNLINK_PACKAGEUnlink a package from a repository

Unlink a package from a repository

认证

需要 Connected Account

Tags

package
Unpin an IssueGITEA_UNPIN_ISSUEUnpin an Issue

Unpin an Issue

认证

需要 Connected Account

Tags

issue
Update a global runnerGITEA_UPDATE_ADMIN_RUNNERUpdate a global runner

Update a global runner

认证

需要 Connected Account

Tags

admin
Update an org-level runnerGITEA_UPDATE_ORG_RUNNERUpdate an org-level runner

Update an org-level runner

认证

需要 Connected Account

Tags

organization
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 Account

Tags

organization
Update an org-level variableGITEA_UPDATE_ORG_VARIABLEUpdate an org-level variable

Update an org-level variable

认证

需要 Connected Account

Tags

organization
Update a repo-level runnerGITEA_UPDATE_REPO_RUNNERUpdate a repo-level runner

Update a repo-level runner

认证

需要 Connected Account

Tags

repository
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 Account

Tags

repository
Update a repo-level variableGITEA_UPDATE_REPO_VARIABLEUpdate a repo-level variable

Update a repo-level variable

认证

需要 Connected Account

Tags

repository
Update a user-level runnerGITEA_UPDATE_USER_RUNNERUpdate a user-level runner

Update a user-level runner

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
Update user settingsGITEA_UPDATE_USER_SETTINGSUpdate user settings

Update user settings

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
Add email addressesGITEA_USER_ADD_EMAILAdd email addresses

Add email addresses

认证

需要 Connected Account

Tags

user
Block a userGITEA_USER_BLOCK_USERBlock a user

Block a user

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
Create a hookGITEA_USER_CREATE_HOOKCreate a hook

Create a hook

认证

需要 Connected Account

Tags

user
creates a new OAuth2 applicationGITEA_USER_CREATE_OAUTH2_APPLICATIONcreates a new OAuth2 application

creates a new OAuth2 application

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
Create an access tokenGITEA_USER_CREATE_TOKENCreate an access token

Create an access token

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
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 Account

Tags

repository
Unfollow a userGITEA_USER_CURRENT_DELETE_FOLLOWUnfollow a user

Unfollow a user

认证

需要 Connected Account

Tags

user
Remove a GPG keyGITEA_USER_CURRENT_DELETE_GPGKEYRemove a GPG key

Remove a GPG key

认证

需要 Connected Account

Tags

user
Delete a public keyGITEA_USER_CURRENT_DELETE_KEYDelete a public key

Delete a public key

认证

需要 Connected Account

Tags

user
Unstar the given repoGITEA_USER_CURRENT_DELETE_STARUnstar the given repo

Unstar the given repo

认证

需要 Connected Account

Tags

user
Unwatch a repoGITEA_USER_CURRENT_DELETE_SUBSCRIPTIONUnwatch a repo

Unwatch a repo

认证

需要 Connected Account

Tags

repository
Get a GPG keyGITEA_USER_CURRENT_GET_GPGKEYGet a GPG key

Get a GPG key

认证

需要 Connected Account

Tags

user
Get a public keyGITEA_USER_CURRENT_GET_KEYGet a public key

Get a public key

认证

需要 Connected Account

Tags

user
List the authenticated user's followersGITEA_USER_CURRENT_LIST_FOLLOWERSList the authenticated user's followers

List the authenticated user's followers

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
Create a GPG keyGITEA_USER_CURRENT_POST_GPGKEYCreate a GPG key

Create a GPG key

认证

需要 Connected Account

Tags

user
Create a public keyGITEA_USER_CURRENT_POST_KEYCreate a public key

Create a public key

认证

需要 Connected Account

Tags

user
Follow a userGITEA_USER_CURRENT_PUT_FOLLOWFollow a user

Follow a user

认证

需要 Connected Account

Tags

user
Star the given repoGITEA_USER_CURRENT_PUT_STARStar the given repo

Star the given repo

认证

需要 Connected Account

Tags

user
Watch a repoGITEA_USER_CURRENT_PUT_SUBSCRIPTIONWatch a repo

Watch a repo

认证

需要 Connected Account

Tags

repository
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 Account

Tags

user
delete an access tokenGITEA_USER_DELETE_ACCESS_TOKENdelete an access token

delete an access token

认证

需要 Connected Account

Tags

user
Delete AvatarGITEA_USER_DELETE_AVATARDelete Avatar

Delete Avatar

认证

需要 Connected Account

Tags

user
Delete email addressesGITEA_USER_DELETE_EMAILDelete email addresses

Delete email addresses

认证

需要 Connected Account

Tags

user
Delete a hookGITEA_USER_DELETE_HOOKDelete a hook

Delete a hook

认证

需要 Connected Account

Tags

user
delete an OAuth2 ApplicationGITEA_USER_DELETE_OAUTH2_APPLICATIONdelete an OAuth2 Application

delete an OAuth2 Application

认证

需要 Connected Account

Tags

user
Update a hookGITEA_USER_EDIT_HOOKUpdate a hook

Update a hook

认证

需要 Connected Account

Tags

user
Get a userGITEA_USER_GETGet a user

Get a user

认证

需要 Connected Account

Tags

user
Get the authenticated userGITEA_USER_GET_CURRENTGet the authenticated user

Get the authenticated user

认证

需要 Connected Account

Tags

user
Get a user's heatmapGITEA_USER_GET_HEATMAP_DATAGet a user's heatmap

Get a user's heatmap

认证

需要 Connected Account

Tags

user
Get a hookGITEA_USER_GET_HOOKGet a hook

Get a hook

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
get an OAuth2 ApplicationGITEA_USER_GET_OAUTH2_APPLICATION_GET_API_V1_USER_APPLICATIONS_OAUTH2_IDget an OAuth2 Application

get an OAuth2 Application

认证

需要 Connected Account

Tags

user
Get list of all existing stopwatchesGITEA_USER_GET_STOP_WATCHESGet list of all existing stopwatches

Get list of all existing stopwatches

认证

需要 Connected Account

Tags

user
List the authenticated user's access tokensGITEA_USER_GET_TOKENSList the authenticated user's access tokens

List the authenticated user's access tokens

认证

需要 Connected Account

Tags

user
List a user's activity feedsGITEA_USER_LIST_ACTIVITY_FEEDSList a user's activity feeds

List a user's activity feeds

认证

需要 Connected Account

Tags

user
List users blocked by the authenticated userGITEA_USER_LIST_BLOCKSList users blocked by the authenticated user

List users blocked by the authenticated user

认证

需要 Connected Account

Tags

user
List the authenticated user's email addressesGITEA_USER_LIST_EMAILSList the authenticated user's email addresses

List the authenticated user's email addresses

认证

需要 Connected Account

Tags

user
List the given user's followersGITEA_USER_LIST_FOLLOWERSList the given user's followers

List the given user's followers

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
List the given user's GPG keysGITEA_USER_LIST_GPGKEYSList the given user's GPG keys

List the given user's GPG keys

认证

需要 Connected Account

Tags

user
List the authenticated user's webhooksGITEA_USER_LIST_HOOKSList the authenticated user's webhooks

List the authenticated user's webhooks

认证

需要 Connected Account

Tags

user
List the given user's public keysGITEA_USER_LIST_KEYSList the given user's public keys

List the given user's public keys

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
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 Account

Tags

user
List the repositories watched by a userGITEA_USER_LIST_SUBSCRIPTIONSList the repositories watched by a user

List the repositories watched by a user

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
Search for usersGITEA_USER_SEARCHSearch for users

Search for users

认证

需要 Connected Account

Tags

user
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 Account

Tags

repository
Unblock a userGITEA_USER_UNBLOCK_USERUnblock a user

Unblock a user

认证

需要 Connected Account

Tags

user
Update AvatarGITEA_USER_UPDATE_AVATARUpdate Avatar

Update Avatar

认证

需要 Connected Account

Tags

user
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 Account

Tags

user
Verify a GPG keyGITEA_USER_VERIFY_GPGKEYVerify a GPG key

Verify a GPG key

认证

需要 Connected Account

Tags

user

Provider 资源