Skip to main content
PUT
Set the tenant worker portal base URL

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Body

application/json
portalBaseUrl
string<uri>
required

Base URL of the tenant's worker portal. Must use HTTPS, contain no credentials or fragment, and be at most 255 characters. The gateway injects this URL as the required type 0 contact in each bid proposal.

Maximum string length: 255
Pattern: ^https://[^#]+$
Example:

"https://portal.example.com/formalizacao"

Response

OK

portalBaseUrl
string<uri>
required

Base URL of the tenant's worker portal. Must use HTTPS, contain no credentials or fragment, and be at most 255 characters. The gateway injects this URL as the required type 0 contact in each bid proposal.

Maximum string length: 255
Pattern: ^https://[^#]+$
Example:

"https://portal.example.com/formalizacao"