home-erp

git clone git://archive.git.mtrnord.blog/MTRNord/home-erp.git
Log | Files | Refs | README

00.yaml (1345B)


      1 ## Autogenerated by Scribe. DO NOT MODIFY.
      2 
      3 name: Endpoints
      4 description: ''
      5 endpoints:
      6   -
      7     httpMethods:
      8       - GET
      9     uri: api/user
     10     metadata:
     11       groupName: Endpoints
     12       groupDescription: ''
     13       subgroup: ''
     14       subgroupDescription: ''
     15       title: ''
     16       description: ''
     17       authenticated: true
     18       custom: []
     19     headers:
     20       Authorization: 'Bearer {YOUR_AUTH_KEY}'
     21       Content-Type: application/json
     22       Accept: application/json
     23     urlParameters: []
     24     cleanUrlParameters: []
     25     queryParameters: []
     26     cleanQueryParameters: []
     27     bodyParameters: []
     28     cleanBodyParameters: []
     29     fileParameters: []
     30     responses:
     31       -
     32         status: 200
     33         content: '{"id":1,"name":"MTRNord","email":"mtrnord@nordgedanken.dev","email_verified_at":null,"created_at":"2023-10-18T10:55:05.000000Z","updated_at":"2023-10-18T10:55:05.000000Z"}'
     34         headers:
     35           cache-control: 'no-cache, private'
     36           content-type: application/json
     37           x-ratelimit-limit: '60'
     38           x-ratelimit-remaining: '56'
     39           access-control-allow-origin: '*'
     40         description: null
     41         custom: []
     42     responseFields: []
     43     auth:
     44       - headers
     45       - Authorization
     46       - 'Bearer 15|cc3PlQdafhg0xhyGUwPQxyc8SOoOxwIyA1TAushU76aa56bc'
     47     controller: null
     48     method: null
     49     route: null
     50     custom: []