PHP Classes

File: tests/functional/001_records/007_edit_post.log

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

Contents

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