# AppearanceSettings

Represents the Visual settings of the YouTrack service.

## Related Resources

Below you can find the list of resources that let you work with this entity.

* [Appearance Settings](resource-api-admin-globalSettings-appearanceSettings.html)

## Attributes

This table describes attributes of the `AppearanceSettings` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the AppearanceSettings. `Read-only`.  |
|  timeZone  |  [TimeZoneDescriptor](api-entity-TimeZoneDescriptor.html)  |  Default application time zone  |
|  dateFieldFormat  |  [DateFormatDescriptor](api-entity-DateFormatDescriptor.html)  |  Default format for dates presentation.  |
|  logo  |  [Logo](api-entity-Logo.html)  |  Application logo. `Read-only`.  |

