Notice
Recent Posts
Recent Comments
Link
투케이2K
49. (Http/ApiTester) Talend API Tester (http 통신 테스터) 사용해 PUT 방식 요청 수행 방법 본문
Http & Api
49. (Http/ApiTester) Talend API Tester (http 통신 테스터) 사용해 PUT 방식 요청 수행 방법
투케이2K 2023. 1. 26. 21:49[타이틀]
제목 : Talend API Tester (http 통신 테스터) 사용해 PUT 방식 요청 수행 방법
[요청 정보]
Request Method : PUT
Request URL : https://jsonplaceholder.typicode.com/posts/1
Request Header : Content-Type : application/json
Request Body :
{
"id": 1,
"title": "foo",
"bar": "foo",
"userId": 1
}
[설 명]
반응형
'Http & Api' 카테고리의 다른 글
Comments