Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
scytherswings committed May 15, 2019
1 parent 1ad5cb1 commit 992172e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/controllers/v1/images_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def show; end
param :imageable_id, String, required: false
param :base_file_name, String, required: false, desc: 'Image service use only'
param :storage_location_uri, String, required: false, desc: 'Image service use only'
param :featured, String, required: false
param :featured, String, required: false, desc: "ISO8601 format"
param :name, String, required: false
param :description, String, required: false
end
Expand All @@ -55,7 +55,7 @@ def create
param :id, String, allow_nil: false, required: true
param :data, Hash, required: true do
param :name, String, required: false
param :featured, String, required: false
param :featured, String, required: false, desc: "ISO8601 format"
param :description, String, required: false
end
error :unauthorized, 'Request missing Authorization header'
Expand Down

0 comments on commit 992172e

Please sign in to comment.