PHP Classes

File: tests/functional/001_records/008_edit_post_columns_missing_field.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/008_edit_post_columns_missing_field.log   Download  
File: tests/functional/001_records/008_edit_post_columns_missing_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: 2 years ago
Size: 314 bytes
 

Contents

Class file image Download
=== PUT /records/posts/3?include=id,content {"content":"test (edited 2)"} === 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 2)"}