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. The gateway injects this URL as the required type 0 contact in each bid proposal.
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. The gateway injects this URL as the required type 0 contact in each bid proposal.
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. The gateway injects this URL as the required type 0 contact in each bid proposal.
255^https://[^#]+$"https://portal.example.com/formalizacao"

