Update a Project
Updates an existing Project.
Authorizations
Path Parameters
Body
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
List of blocked IPs that can't access the project. Blocking IPs can only works is trusted_ips and password_protection are empty.
Whether caching is enabled for the project.
The domain of the cookie that edgee will use to store the session ID.
The name of the cookie that edgee will use to store the session ID.
List of cookies that are allowed to be set by the project.
Description of the project
Whether the project is behind a proxy cache (or CDN).
A boolean that indicates whether Edgee should enforce a no-store
cache-control header on the responses that can be computed.
Whether the project is forcing HTTPS.
List of headers that are forwarded to the origin.
The log severity of the project.
DEBUG
, INFO
, WARNING
, ERROR
The maximum size, in bytes, of the decompressed body of a request that edgee will compute at the edge.
Whether the project is password protected.
Whether the Edgee will only proxy requests to the origin without any computing.
The Name of the project, URL-friendly string that identifies the project
List of trusted IPs that can access the project.
Response
A Project is a unique identifier that you can use to manage and organize your work. Each project belongs to an organization.
Avatar URL of the project
List of blocked IPs that can't access the project. Blocking IPs can only works is trusted_ips and password_protection are empty.
Whether caching is enabled for the project.
The domain of the cookie that edgee will use to store the session ID.
The name of the cookie that edgee will use to store the session ID.
List of cookies that are allowed to be set by the project.
Time at which the project was created
Description of the project
Whether the project is behind a proxy cache (or CDN).
A boolean that indicates whether Edgee should enforce a no-store
cache-control header on the responses that can be computed.
Whether the project is forcing HTTPS.
List of headers that are forwarded to the origin.
Unique identifier for the project
The log severity of the project.
DEBUG
, INFO
, WARNING
, ERROR
The maximum size, in bytes, of the decompressed body of a request that edgee will compute at the edge.
String representing the object's type. Objects of the same type share the same value
Unique identifier for the organization the project belongs to
Whether the project is password protected.
Whether the Edgee will only proxy requests to the origin without any computing.
The Name of the project, URL-friendly string that identifies the project
List of trusted IPs that can access the project.
Time at which the project was last updated
Was this page helpful?