PHP Classes

File: tests/functional/001_records/078_edit_event_with_nullable_bigint.log

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

Contents

Class file image Download
=== GET /records/events/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 70 {"id":1,"name":"Launch","datetime":"2016-01-01 13:01:01","visitors":0} === PUT /records/events/1 {"datetime":null,"visitors":null} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/events/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 56 {"id":1,"name":"Launch","datetime":null,"visitors":null} === PUT /records/events/1 {"datetime":"2016-01-01 13:01:01","visitors":0} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/events/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 70 {"id":1,"name":"Launch","datetime":"2016-01-01 13:01:01","visitors":0}