diff --git a/edgeapplications.yaml b/edgeapplications.yaml index 94bcb264..381c4d1a 100644 --- a/edgeapplications.yaml +++ b/edgeapplications.yaml @@ -3954,12 +3954,8 @@ components: addresses: - address: address is_active: true - weight: weight - server_role: server_role - - address: address - is_active: true - weight: weight - server_role: server_role + weight: 10 + server_role: primary hmac_secret_key: hmac_secret_key method: method origin_path: origin_path @@ -4050,12 +4046,8 @@ components: addresses: - address: address is_active: true - weight: weight - server_role: server_role - - address: address - is_active: true - weight: weight - server_role: server_role + weight: 10 + server_role: primary hmac_secret_key: hmac_secret_key method: method origin_path: origin_path @@ -4076,12 +4068,8 @@ components: addresses: - address: address is_active: true - weight: weight - server_role: server_role - - address: address - is_active: true - weight: weight - server_role: server_role + weight: 10 + server_role: primary hmac_secret_key: hmac_secret_key method: method origin_path: origin_path @@ -4128,12 +4116,8 @@ components: addresses: - address: address is_active: true - weight: weight - server_role: server_role - - address: address - is_active: true - weight: weight - server_role: server_role + weight: 10 + server_role: primary hmac_secret_key: hmac_secret_key method: method origin_path: origin_path @@ -4666,27 +4650,44 @@ components: type: object CreateOriginsRequest_addresses: example: - address: address + address: azion.com.br + is_active: true + weight: 10 + server_role: primary properties: address: type: string + is_active: + type: boolean + weight: + nullable: true + type: integer + format: int64 + server_role: + type: string + maxLength: 10 + minLength: 1 + pattern: '^(primary|backup)$' required: - address type: object OriginsResultResponse_addresses: example: - address: address + address: azion.com.br is_active: true - weight: weight - server_role: server_role + weight: 10 + server_role: primary properties: address: type: string weight: nullable: true - type: string + type: integer server_role: type: string + maxLength: 10 + minLength: 1 + pattern: '^(primary|backup)$' is_active: type: boolean required: