Bad Request
Internal Server Error
Git Sync Setting of the given scope
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
This contains details of Git Sync Settings
Bad Request
Internal Server Error
Updated Git Sync Setting
{- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "executeOnDelegate": true,
- "isGitSimplificationEnabled": true,
- "isEnabledOnlyForFF": true,
- "enabledOnlyForFF": true,
- "gitSimplificationEnabled": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}
This contains details of Git Sync settings like - (scope, executionOnDelegate)
Bad Request
Internal Server Error
Successfully created Git Sync Setting
{- "projectIdentifier": "string",
- "orgIdentifier": "string",
- "executeOnDelegate": true,
- "isGitSimplificationEnabled": true,
- "isEnabledOnlyForFF": true,
- "enabledOnlyForFF": true,
- "gitSimplificationEnabled": true
}
{- "status": "SUCCESS",
- "code": "DEFAULT_ERROR_CODE",
- "message": "string",
- "correlationId": "string",
- "errors": [
- {
- "fieldId": "string",
- "error": "string"
}
]
}