Operations with Specific GlobalSettings
Provides operations with global application settings.
Resource | /api/admin/globalSettings |
Returned entity | GlobalSettings. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
GlobalSettings attributes
Represents application-wide settings.
This table describes attributes of the GlobalSettings
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
systemSettings | SystemSettings | System settings that affect core functionality of YouTrack. |
notificationSettings | NotificationSettings | Notifications-related settings. |
restSettings | RestCorsSettings | REST API configuration. |
appearanceSettings | AppearanceSettings | Settings related to data presentation in UI. |
localeSettings | LocaleSettings | Language-related settings. |
license | License | License information. |
Read a Specific GlobalSettings
Get settings.
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | string | A list of GlobalSettings attributes that should be returned in the response. If no field is specified, only the |
Update a Specific GlobalSettings
Update settings.
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | string | A list of GlobalSettings attributes that should be returned in the response. If no field is specified, only the |