Remove 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
}