Open MrMak21 opened 6 days ago
Hello, i am trying to add an Authorization header on my request and even if it shown on the ui then it doesn't include it in the curl request:
request { headerParameter<String>("Authorization") { description = "Bearer auth token" required = true deprecated = false explode = false } body<Unit>() }
Hello, i am trying to add an Authorization header on my request and even if it shown on the ui then it doesn't include it in the curl request:
request { headerParameter<String>("Authorization") { description = "Bearer auth token" required = true deprecated = false explode = false } body<Unit>() }