Skip to content

Commit

Permalink
#18698 Correct REST Wikipedia URL In Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mr1716 authored and jeremystretch committed Feb 21, 2025
1 parent 63b7145 commit 9c1358e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## What is a REST API?

REST stands for [representational state transfer](https://en.wikipedia.org/wiki/Representational_state_transfer). It's a particular type of API which employs HTTP requests and [JavaScript Object Notation (JSON)](https://www.json.org/) to facilitate create, retrieve, update, and delete (CRUD) operations on objects within an application. Each type of operation is associated with a particular HTTP verb:
REST stands for [representational state transfer](https://en.wikipedia.org/wiki/REST). It's a particular type of API which employs HTTP requests and [JavaScript Object Notation (JSON)](https://www.json.org/) to facilitate create, retrieve, update, and delete (CRUD) operations on objects within an application. Each type of operation is associated with a particular HTTP verb:

* `GET`: Retrieve an object or list of objects
* `POST`: Create an object
Expand Down

0 comments on commit 9c1358e

Please sign in to comment.