Skip to content

Commit b98d181

Browse files
committed
Modified 3 files
1 parent de8957b commit b98d181

3 files changed

Lines changed: 5 additions & 197 deletions

File tree

docs/1. Introduction/a.interacting-with-the-settle-api.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,17 @@ tags: [API Introduction]
77
## CRUD
88

99
Creating, Retrieving, Updating and Deleting resources, aka **CRUD**, are achieved via HTTP requests to either list or detail endpoints, as follows:
10-
- #### Create
1110

11+
#### Create
1212
A **POST** request to a either list endpoint, yielding a resource with a Settle-generated id, or to a detail endpoint, if an id field is specified in the input schema, yielding a resource with the supplied id.
1313

14-
- #### Retrieve
15-
14+
#### Retrieve
1615
A **GET** request to either the detail endpoint with a known resource id or the list endpoint, where supported, for a list of detail endpoint URLs of resources of that particular type.
1716

18-
- #### Update
19-
17+
#### Update
2018
A **PUT** request to the detail endpoint with an existing resource id.
2119

22-
- #### Delete
23-
20+
#### Delete
2421
A **DELETE** request for the detail endpoint with the known resource id.
2522

2623
####

docs/a.welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Besides adding superpowers to a business, Settle offers developers a financial r
1818
Coding is fun, but sometimes no coding is better. Check out our ready made business tools ([Settle by Name](https://support.settle.eu/hc/en-150/articles/360002251057-Settle-by-Name), [Settle by QR](https://support.settle.eu/hc/en-150/articles/360020794917-Settle-by-QR) and [Settle Request](https://support.settle.eu/hc/en-150/articles/360012440258-Settle-Request)) that require zero integration work.
1919

2020
### Copy our code
21-
We have plenty of ready made, open source code that you can fork and use as a springboard for your own integration. Check out our [sample integrations](./ZG9jOjM0NzQwMDE0-sample-integrations), [libraries](./ZG9jOjM0NzQwMDEz-libraries-and-ui-components) and [UI components](./ZG9jOjM0NzQwMDEz-libraries-and-ui-components).
21+
We have plenty of ready made, open source code that you can fork and use as a springboard for your own integration. Check out our [libraries and UI components](./ZG9jOjM0ODE0Nzc3-libraries-and-ui-components).
2222

2323

2424

reference/Short-Dynamic-Links.yaml

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)