v1
latestOpenAPI 3.1.02026-07-261690320.7 KBRemove an exclude path from a code repo
Remove an exclude path from a code repo
post/repositories/code/{code_repo_id}/exclude-path/remove
Path parameters
code_repo_idinteger required
The repository ID
Request body
Example request
{
"path": "/api/v1/"
}Response
The code repository exclude path has been removed.
Example response
{
"success": 1
}