v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

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

pathstring required

The path to remove

Example request

{
  "path": "/api/v1/"
}

Response

The code repository exclude path has been removed.

successinteger

The integer 1 indicating success

Example response

{
  "success": 1
}