Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 916 Bytes

GitHubBugtrackerSettingsResponse.md

File metadata and controls

17 lines (17 loc) · 916 Bytes

GitHubBugtrackerSettingsResponse


Description

GitHub Bugtracker Settings Response

Fields

Name Description Type Allowed Values Required
bugtracker_errors List of bugtracker errors list false
error_code Status returned from bugtracker integer false
errors List of errors list false
messages List of messages list false
settings Settings of GitHub bugtracker GitHubBugtrackerOrganizationsResource false
success Indicates whether API response was successful or not boolean false

Template

{"bugtracker_errors":[],"error_code":0,"errors":[],"messages":[],"settings":{"organizations":[],"selected_organization":{"organization":"","repositories":[],"repository_settings":{"assignees":[],"labels":[],"milestones":[],"repository":""}}},"success":true}