Skip to content

Commit

Permalink
Merge pull request #33 from hookdeck/fern/updateOAS
Browse files Browse the repository at this point in the history
Update OpenAPI specification
  • Loading branch information
leggetter authored May 6, 2024
2 parents e152a0b + 16c9248 commit a5eada1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -1143,6 +1143,15 @@
"type": "string",
"description": "URL of the auth server",
"format": "URL"
},
"authentication_type": {
"type": "string",
"enum": [
"basic",
"bearer"
],
"description": "Basic (default) or Bearer Authentication",
"default": "basic"
}
},
"required": [
Expand Down

0 comments on commit a5eada1

Please sign in to comment.