PHP Classes

File: tests/functional/001_records/054_edit_user_with_id.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/054_edit_user_with_id.log   Download  
File: tests/functional/001_records/054_edit_user_with_id.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 3 years ago
Size: 312 bytes
 

Contents

Class file image Download
=== PUT /records/users/1 {"id":2,"password":"testtest2"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/users/1?include=id,username,password === 200 Content-Type: application/json; charset=utf-8 Content-Length: 50 {"id":1,"username":"user1","password":"testtest2"}