Skip to content

Commit

Permalink
Fix OpenAPI spec (#173)
Browse files Browse the repository at this point in the history
* Fix OpenAPI spec

* Update openapi.yaml

---------

Co-authored-by: Radosław Szuma <[email protected]>
  • Loading branch information
kamil-stasiak and Rados13 authored Apr 5, 2024
1 parent 4eb36e6 commit 87bb5a3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 21 deletions.
3 changes: 2 additions & 1 deletion lib/jellyfish_web/api_spec/component/recording.ex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ defmodule JellyfishWeb.ApiSpec.Component.Recording do
pathPrefix: %Schema{
type: :string,
description: "Path prefix under which all recording are stored",
default: nil
default: nil,
nullable: true
},
credentials: %Schema{
type: :object,
Expand Down
Loading

0 comments on commit 87bb5a3

Please sign in to comment.