Skip to content
Discussion options

You must be logged in to vote

Indeed having a dedicated (sexy) docs site is on the list, just haven't found the bandwidth to get it done just yet...

Maybe to note, a bad token is not the same as no auth headers.... can use overwriteRequestHeaders to actually remove the authorization entirely...

https://github.com/apideck-libraries/portman#portman---overwrites-properties

{
  "overwrites": [
    {
      "openApiOperationId": "leadsAdd",
      "overwriteRequestHeaders": [
        {
          "key": "x-apideck-consumer-id",
          "value": "portman-id-{{$randomInt}}",
          "remove": true
        }
      ]
    }
  ]
}

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@savage-alex
Comment options

@savage-alex
Comment options

Answer selected by thim81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #221 on December 21, 2021 16:17.