Skip to main content
PUT/api/management/projects/{projectId}/proxies/{proxyId}

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management console.movieDbtrue
proxyIdpathstringguidThe proxy identifiertrue

Responses

HTTP status codeReasonModel
401UnauthorizedError
422Validation errorError
500Internal server errorError

Examples

PUT: /api/management/projects/movieDb/proxies/ec0b25dc-0c46-4a90-8610-c0886c51b709

JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{ "id": "ec0b25dc-0c46-4a90-8610-c0886c51b709", "projectId": "movieDb", "name": "Thrillers section", "description": "Proxies current website thrillers section", "endpoints": { "endpoints": { "*": { "server": "10.65.18.4", "ssl": true, "headers": { "host": "www.moviedb-oldsite.com" } } }, "version": { "versionNo": "1.3", } }

Remarks

Still need help?

New support request