aboutsummaryrefslogtreecommitdiff
blob: e40761b1f87c7fff20a896549e3713533fb5910e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
interactions:
- request:
    body: null
    headers:
      Accept: ['*/*']
      Accept-Encoding: ['gzip, deflate']
      Authorization: [Bearer __MASTODON_PY_TEST_ACCESS_TOKEN]
      Connection: [keep-alive]
      User-Agent: [python-requests/2.9.1]
    method: GET
    uri: http://localhost:3000/api/v1/statuses/0
  response:
    body: {string: '{"error":"Record not found"}'}
    headers:
      Cache-Control: [no-cache]
      Content-Type: [application/json; charset=utf-8]
      Transfer-Encoding: [chunked]
      Vary: ['Accept-Encoding, Origin']
      X-Content-Type-Options: [nosniff]
      X-Frame-Options: [SAMEORIGIN]
      X-Request-Id: [7ae4aaa2-59db-41c7-af05-d6de63407ae9]
      X-Runtime: ['0.107712']
      X-XSS-Protection: [1; mode=block]
      content-length: ['28']
    status: {code: 404, message: Not Found}
version: 1
Powered by cgit v1.2.3 (git 2.41.0)