PHP Classes

File: tests/functional/001_records/052_edit_user_location.log

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

Contents

Class file image Download
=== PUT /records/users/1 {"location":"POINT(30 20)"} === 200 Content-Type: application/json; charset=utf-8 Content-Length: 1 1 === GET /records/users/1?include=id,location === 200 Content-Type: application/json; charset=utf-8 Content-Length: 34 {"id":1,"location":"POINT(30 20)"}