Voltar para INNK API Gateway
Type
ENDPOINT
Created
18/02/2026, 22:10
Updated
18/02/2026, 22:10

Config

auth:
type: "JWT"
required: true
rolesAllowed:
http:
errorStatusCodes:
successStatusCodes:
path: "/api/v1/gateway/routes/bulk:upsert"
method: "POST"
rateLimit:
limit: 10
scope: "user"
windowSeconds: 60

Input Schema

type: "object"
required:
0"authToken"
1"userId"
2"items"
properties:
items:
userId:
authToken:

Outputs (2)

errorERROR

Resposta de erro

type: "object"
required:
0"error"
properties:
error:
successSUCCESS

Resposta de sucesso

type: "object"
required:
0"success"
1"data"
2"meta"
properties:
data:
meta:
success: