PHP Classes

File: docs/php-api-collection/Update User.bru

Recommend this page to a friend!
  Classes of Cauê Santana   PHP RESTful API   docs/php-api-collection/Update User.bru   Download  
File: docs/php-api-collection/Update User.bru
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RESTful API
API application that uses the MVC design pattern
Author: By
Last change:
Date: Yesterday
Size: 261 bytes
 

Contents

Class file image Download
meta { name: Update User type: http seq: 5 } put { url: {{url}}/users/{{id}} body: json auth: none } body:json { { "name": "darthvader", "email": "darthvader@gmail.com", "password": "father123wow" } } vars:pre-request { id: 1 }