Skip to main content
PUT
Configura la URL base del portal del trabajador del tenant

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
portalBaseUrl
string<uri>
requerido

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://[^#]+$
Ejemplo:

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

Respuesta

OK

portalBaseUrl
string<uri>
requerido

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://[^#]+$
Ejemplo:

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