Bad Request
Internal Server Error
Returns the saved Git Full Sync Configuration for the provided scope.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Details of the Git Full sync Configuration
Bad Request
Internal Server Error
Returns the updated Git Full Sync Configuration for the provided scope.
{- "branch": "string",
- "repoIdentifier": "string",
- "rootFolder": "string",
- "isNewBranch": true,
- "baseBranch": "string",
- "createPullRequest": true,
- "targetBranch": "string",
- "prTitle": "string",
- "newBranch": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Details of the Git Full sync Configuration
Bad Request
Internal Server Error
Returns the saved Configuration details for Git Full Sync.
{- "branch": "string",
- "repoIdentifier": "string",
- "rootFolder": "string",
- "isNewBranch": true,
- "baseBranch": "string",
- "createPullRequest": true,
- "targetBranch": "string",
- "prTitle": "string",
- "newBranch": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Entity Type and Sync Status
Bad Request
Internal Server Error
Returns the List of Files for Git Full sync.
{- "entityTypes": [
- "CreatePR"
], - "syncStatus": "QUEUED"
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
Bad Request
Internal Server Error
Successfully Triggered Full Sync.
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}