Skip to content

Commit 770350c

Browse files
authored
Update README.md
1 parent 622b7c8 commit 770350c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To specify a list of valid parameters your API route accepts, use the `@bodyPara
182182
* @bodyParam title string required The title of the post.
183183
* @bodyParam body string required The title of the post.
184184
* @bodyParam type string The type of post to create. Defaults to 'textophonious'.
185-
@bodyParam author_id int the ID of the author
185+
* @bodyParam author_id int the ID of the author
186186
* @bodyParam thumbnail image This is required if the post type is 'imagelicious'.
187187
*/
188188
public function createPost()

0 commit comments

Comments
 (0)