Skip to content

Commit

Permalink
Update OpenAPI specification
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions authored May 3, 2024
1 parent e152a0b commit 16c9248
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 16c9248

Please sign in to comment.