Skip to content

Commit

Permalink
fixup! 📝 (readme) Add documentation website in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadrien Froger committed Nov 19, 2024
1 parent d4fd57b commit a64c955
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
This repository contains a Rails Engine describe a RestAPI for Decidim.
This works is still a work on progress (started end-2024).

## Documentation
The documentation and the API specification are in the [documentation website](https://octree-gva.github.io/decidim-rest-full/)

### Resources supported

Expand Down
2 changes: 1 addition & 1 deletion spec/decidim/rest_full/system/organization_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
get "List available organizations" do
tags "System"
produces "application/json"
security [{ credentialFlowBearer: [] }]
security [{ credentialFlowBearer: ["system"] }]
parameter name: "populate[]", in: :query, style: :form, explode: true, schema: Api::Definitions::POPULATE_PARAM.call(Decidim::Api::RestFull::OrganizationSerializer), required: false
parameter name: "locales[]", in: :query, style: :form, explode: true, schema: Api::Definitions::LOCALES_PARAM, required: false
parameter name: :page, in: :query, type: :integer, description: "Page number for pagination", required: false
Expand Down

0 comments on commit a64c955

Please sign in to comment.