Set the tenant worker portal base URL
Stores or updates the authenticated tenant’s worker portal base URL. The URL must use HTTPS, contain no credentials or fragment, and be at most 255 characters. The response returns the stored configuration. Registering a portal is optional. When the tenant has one, the gateway injects it as the type 0 contact of every bid proposal, unless that bid carries its own portalBaseUrl override. When the tenant has none, a bid travels with the client’s own contacts alone and must carry at least one contact of type 1 through 4.
Authorizations
JWT bearer token issued by the identity provider.
Body
Base URL of the tenant's worker portal. Must use HTTPS, contain no credentials or fragment, and be at most 255 characters. When a tenant registers one, the gateway injects it as the type 0 contact of each bid proposal, unless that bid supplies its own portalBaseUrl override. Registering a portal is optional.
255^https://[^/?#@]+([/?][^#]*)?$"https://portal.example.com/formalizacao"
Response
OK
Base URL of the tenant's worker portal. Must use HTTPS, contain no credentials or fragment, and be at most 255 characters. When a tenant registers one, the gateway injects it as the type 0 contact of each bid proposal, unless that bid supplies its own portalBaseUrl override. Registering a portal is optional.
255^https://[^/?#@]+([/?][^#]*)?$"https://portal.example.com/formalizacao"

