YouTrack Standalone 2019.1 Help

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. Read-only.

notificationSettings

NotificationSettings

Notifications-related settings. Read-only.

restSettings

RestCorsSettings

REST API configuration. Read-only.

appearanceSettings

AppearanceSettings

Settings related to data presentation in UI. Read-only.

localeSettings

LocaleSettings

Language-related settings. Read-only.

license

License

License information. Read-only.

Read a Specific GlobalSettings

Get settings.

Request syntax

GET /api/admin/globalSettings/{settingsID}?{fields}

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 entityID is returned.

Update a Specific GlobalSettings

Update settings.

Request syntax

POST /api/admin/globalSettings/{settingsID}?{fields}

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 entityID is returned.

Last modified: 8 July 2019