Skip to content

Commit

Permalink
minor update in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
devstar0826 committed Dec 23, 2017
1 parent 6127bf1 commit c65286a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/how_to.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ produces:
- **Required:** Yes
- **Description:** The available paths and operations for the API.

The Open API terraform provider only considers as terraform resources, API resource paths that have both the Create (POST)
The Open API terraform provider only considers as a terraform resource, API resource paths that have both the Create (POST)
and Read (GET) operations available in the form of:
```
POST /api/resource
GET /api/resource/{id}
```
PUT and DELETE are optional operations.
Update (PUT) and Delete (DELETE) are optional operations.

The following can be used as a reference to help understand the expected structure.

Expand Down

0 comments on commit c65286a

Please sign in to comment.