docs: Remove outdated example

This commit is contained in:
Joachim Van Herwegen 2021-10-05 11:45:07 +02:00 committed by GitHub
parent 80713de223
commit 7e8e442e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,5 @@
## Interacting with the server
### `POST`: Creating a new pod
Create a pod using an external WebID for authentication:
```shell
curl -X POST -H "Content-Type: application/json" \
-d '{"login": "timbl", "webId": "http://timbl.inrupt.net/profile/card#me"}' \
http://localhost:3000/pods
```
### `PUT`: Creating resources for a given URL
Create a plain text file: