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.
Autorizaciones
JWT bearer token issued by the identity provider.
Encabezados
Optional idempotency key. Sent again with the SAME body, the stored response is replayed and the URL is stored once; sent again with a DIFFERENT body, the request is refused with 422 because the key was already spent on another intent. Absent, the request executes once, exactly as it always has.
"idem-1"
Cuerpo
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"
Respuesta
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"

