Modified register auth_port

This commit is contained in:
2023-03-03 16:32:52 +01:00
parent 81f5877d27
commit 4e940af2c0
+8 -4
View File
@@ -121,15 +121,19 @@ paths:
description: description:
type: string type: string
description: The description of your server as it appears on Northstar description: The description of your server as it appears on Northstar
auth_endpoint: auth_port:
type: string type: integer
format: uri 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' 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: required:
- name - name
- description - description
- auth_endpoint - auth_port
description: '' description: ''
description: |- description: |-
Register a server on Tone API. Register a server on Tone API.