PHP Classes

File: tests/functional/001_records/084_update_tags_with_boolean.log

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

Contents

Class file image Download
=== GET /records/tags/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 44 {"id":1,"name":"funny","is_important":false} === PUT /records/tags/1 {"id":1,"name":"funny","is_important":true} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/tags/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 43 {"id":1,"name":"funny","is_important":true} === PUT /records/tags/1 {"id":1,"name":"funny","is_important":false} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/tags/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 44 {"id":1,"name":"funny","is_important":false}