PHP Classes

File: tests/functional/001_records/009_edit_post_columns_extra_field.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/009_edit_post_columns_extra_field.log   Download  
File: tests/functional/001_records/009_edit_post_columns_extra_field.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: 326 bytes
 

Contents

Class file image Download
=== PUT /records/posts/3?include=id,content {"user_id":2,"content":"test (edited 3)"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/posts/3 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 64 {"id":3,"user_id":1,"category_id":1,"content":"test (edited 3)"}