Egress proxy profiles

Set or clear a project egress proxy profile's default flag

PUT
/v1/orgs/{org}/projects/{project}/egress-proxy-profiles/{profileId}/default
AuthorizationBearer <token>

API key starting with tektona_. Create one at app-dev.tektona.ai under API Keys.

In: header

Path Parameters

org*string
project*string
profileId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

is_default*boolean

Make this profile the project's default (clears any existing default), or clear its default flag.

Response Body

application/problem+json

curl -X PUT "https://api-dev.tektona.ai/v1/orgs/string/projects/string/egress-proxy-profiles/string/default" \  -H "Content-Type: application/json" \  -d '{    "is_default": true  }'
Empty