docbrown/app/controllers/api/v1
Joshua Wehner fd7021b001
Pages API: create, update, and delete (#19009)
* Pages API pt 1 (read/get/index+show)

* Update spec/requests/api/v1/docs/pages_spec.rb

Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>

* Update spec/requests/api/v1/docs/pages_spec.rb

Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>

* API Key not required for index & show

* API Feature flag has long since been removed

* Page schema

* Fix spec broken by merge

* Temporary bugfix: slug uniqueness not working for Page

* Pages API endpoints for create, update, and destroy

* Fix swagger error

---------

Co-authored-by: Ridhwana <Ridhwana.Khan16@gmail.com>
2023-02-02 17:24:11 +01:00
..
admin
analytics_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
api_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
articles_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
comments_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
display_ads_controller.rb Update DisplayAd API to allow setting tag_list (#18891) 2023-01-04 13:59:20 +01:00
feature_flags_controller.rb
followers_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
follows_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
health_checks_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
instances_controller.rb Unpublish post service class + V1 API endpoint (#18031) 2022-07-08 09:08:55 -06:00
listings_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
organizations_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
pages_controller.rb Pages API: create, update, and delete (#19009) 2023-02-02 17:24:11 +01:00
podcast_episodes_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
profile_images_controller.rb
reactions_controller.rb Restrict Reactions API to admins (#18424) 2022-09-08 17:56:42 +02:00
readinglist_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
tags_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
users_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00
videos_controller.rb API v1 without api key restriction (#18340) 2022-08-19 14:04:41 -06:00