Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d43eb51

Browse files
Update readme.md
1 parent 98833fe commit d43eb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎days/009-012-modern-apis-starred/readme.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Then start to build your API using the skeleton from my demo. Try to implement t
1818

1919
## Day 4: Flesh out (and test) the API
2020

21-
Next continue your API implementing the other CRUD operations: `POST`, `PUT` (update) and `DELETE` (**note** PUT requests require a trailing slash!). Make sure you add `404`s (data not there) where applicable.
21+
Next continue your API implementing the other CRUD operations: `POST`, `PUT` (update) and `DELETE` (**note** `PUT` requests require a trailing slash!). Make sure you add `404`s (data not there) where applicable.
2222

2323
Maybe you want to add some custom validations as well (like the manufacturer `enum` example in the lesson). See the [API Star docs](https://docs.apistar.com/api-guide/type-system/).
2424

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /