Xsolla-logo

Update general information

patch/projects/{project_id}/general_info

Update project's general information.

SecuritybasicAuth
Request
path Parameters
project_id
required
integer

Project ID.

Request Body schema: application/json
descriptor
string

Short project name for reports (up to 12 characters).

locale_list
Array of strings

List of languages that corresponding settings are localized to.

object

Localized project names.

en
string

English.

ru
string

Russian.

cs
string

Czech.

ar
string

Arabic.

bg
string

Bulgarian.

cn
string

Chinese (Simplified).

tw
string

Chinese (Traditional).

fr
string

French.

de
string

German.

he
string

Hebrew.

it
string

Italian.

ja
string

Japanese.

ko
string

Korean.

pl
string

Polish.

pt
string

Portuguese.

ro
string

Romanian.

es
string

Spanish.

th
string

Thai.

tr
string

Turkish.

vi
string

Vietnamese.

url
string

Project website URL.

description
string

Array of localized project descriptions.

Responses
204

No Content.

404

Not Found.

Request samples
application/json
{
  • "descriptor": "string",
  • "locale_list": [
    ],
  • "name": {
    },
  • "url": "string",
  • "description": "string"
}