IT STUDY LOG
[HTTP] 07. Google Spreadsheat & Sheety & Swagger 실습 본문
devops bootcamp 4/개발 및 배포
[HTTP] 07. Google Spreadsheat & Sheety & Swagger 실습
roheerumi 2023. 3. 23. 18:22
roheerumi@devops:~$ curl -X POST https://api.sheety.co/{SheetyId}/restApiTest/user --data-raw '{
> "user": {
> "loginName": "나땡땡",
> "name": "나이름",
> "isAdmin": true
> }
> }' --header "Content-Type:application/json"
{
"user": {
"loginName": "나땡땡",
"name": "나이름",
"isAdmin": true,
"id": 7
}
}
# References
'devops bootcamp 4 > 개발 및 배포' 카테고리의 다른 글
[WAS와 Web Server] 02. 정적 웹사이트와 동적 웹사이트 (0) | 2023.03.24 |
---|---|
[WAS와 Web Server] 01. 서버 (0) | 2023.03.24 |
[HTTP] 05. HTTPS (0) | 2023.03.23 |
[HTTP] 04. REST API 문서 작성 (0) | 2023.03.23 |
[HTTP] 03. 잘 설계된 HTTP API (REST API) (0) | 2023.03.22 |
Comments