From 4e940af2c0f4e26adf1f18d4e17bb3a88c0d7253 Mon Sep 17 00:00:00 2001 From: "nathan.tienyou@viacesi.fr" Date: Fri, 3 Mar 2023 16:32:52 +0100 Subject: [PATCH] Modified register auth_port --- reference/OpenAPI.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/reference/OpenAPI.yml b/reference/OpenAPI.yml index 1984980..f78f9b8 100644 --- a/reference/OpenAPI.yml +++ b/reference/OpenAPI.yml @@ -121,15 +121,19 @@ paths: description: type: string description: The description of your server as it appears on Northstar - auth_endpoint: - type: string + auth_port: + type: integer format: uri - example: 'http://80.45.78.10:8081/verify' + example: 8081 description: 'In most cases, this is the IP address of your server with the TCP port you forwarded' + x-stoplight: + id: r9pi7wq6mp6tm + minimum: 0 + maximum: 65535 required: - name - description - - auth_endpoint + - auth_port description: '' description: |- Register a server on Tone API.