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 | The Notifications settings of the YouTrack service. |
restSettings | RestCorsSettings | The Resource sharing (CORS) settings of the YouTrack service. |
appearanceSettings | AppearanceSettings | Visual settings of the YouTrack service. |
localeSettings | LocaleSettings | System language 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 |
Sample
Sample request URI
Sample response body
Update a Specific GlobalSettings
Update settings.
Required permissions
Requires Low-level Admin Write permission.
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 |