Skip to content

Commit

Permalink
Merge pull request #118 from keboola/vaclavn-update-api-version
Browse files Browse the repository at this point in the history
Update default API version from 16 to 18
  • Loading branch information
ondrajodas authored Apr 17, 2024
2 parents 1a077f2 + ca5be3f commit dd98a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keboola/facebook/api/request.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[keboola.docker.runtime :as runtime]))

(def graph-api-url "https://graph.facebook.com/")
(def default-version "v16.0")
(def default-version "v18.0")

(s/fdef make-url
:args (s/or :path-only (s/cat :path string?)
Expand Down

0 comments on commit dd98a44

Please sign in to comment.