Exports insomnia requests.
This commit is contained in:
parent
5c7d6ae399
commit
8b538414ae
8 changed files with 270 additions and 0 deletions
30
.insomnia/Request/req_40d32c67d5e94a56927f7a28b8e8d64a.yml
Executable file
30
.insomnia/Request/req_40d32c67d5e94a56927f7a28b8e8d64a.yml
Executable file
|
@ -0,0 +1,30 @@
|
|||
_id: req_40d32c67d5e94a56927f7a28b8e8d64a
|
||||
type: Request
|
||||
parentId: fld_e4d2f5cd50dc4ff6a22f6cedfe501948
|
||||
modified: 1651049721145
|
||||
created: 1651046797040
|
||||
url: http://nextcloud.local/scim/v1.php/cloud/users
|
||||
name: OCS get users
|
||||
description: ""
|
||||
method: GET
|
||||
body: {}
|
||||
parameters: []
|
||||
headers:
|
||||
- name: OCS-APIRequest
|
||||
value: "true"
|
||||
id: pair_c30cf624f2224f5da06b969ac312e964
|
||||
- name: Accept
|
||||
value: application/json
|
||||
id: pair_57ba1e6e793a48d68cd1947c8415875a
|
||||
authentication:
|
||||
username: admin
|
||||
password: admin
|
||||
type: basic
|
||||
metaSortKey: -1651046797040
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
30
.insomnia/Request/req_61c232ba3e5145fdbdeaf76283bbdae8.yml
Executable file
30
.insomnia/Request/req_61c232ba3e5145fdbdeaf76283bbdae8.yml
Executable file
|
@ -0,0 +1,30 @@
|
|||
_id: req_61c232ba3e5145fdbdeaf76283bbdae8
|
||||
type: Request
|
||||
parentId: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
modified: 1651486292730
|
||||
created: 1651049731533
|
||||
url: "{{base}}/Users"
|
||||
name: Users
|
||||
description: ""
|
||||
method: GET
|
||||
body: {}
|
||||
parameters: []
|
||||
headers:
|
||||
- id: pair_c1e7b87d2ea04cfe8beb1bb3425ac128
|
||||
name: Authorization
|
||||
value: "{{password}}"
|
||||
description: ""
|
||||
disabled: false
|
||||
authentication:
|
||||
username: admin
|
||||
password: "{{password}}"
|
||||
type: basic
|
||||
disabled: false
|
||||
metaSortKey: -1651046796990
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
52
.insomnia/Request/req_a4fa84d8861d4122916524d3c67eb3d0.yml
Executable file
52
.insomnia/Request/req_a4fa84d8861d4122916524d3c67eb3d0.yml
Executable file
|
@ -0,0 +1,52 @@
|
|||
_id: req_a4fa84d8861d4122916524d3c67eb3d0
|
||||
type: Request
|
||||
parentId: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
modified: 1651486301296
|
||||
created: 1651077712186
|
||||
url: "{{base}}/Users"
|
||||
name: Users
|
||||
description: ""
|
||||
method: POST
|
||||
body:
|
||||
mimeType: application/json
|
||||
text: |-
|
||||
{
|
||||
"schemas": [
|
||||
"urn:ietf:params:scim:schemas:core:2.0:User"
|
||||
],
|
||||
"active": true,
|
||||
"userName": "test",
|
||||
"emails": [
|
||||
{
|
||||
"primary": true,
|
||||
"value": "test@example.net"
|
||||
}
|
||||
],
|
||||
"displayName": "test",
|
||||
"externalId": "1234"
|
||||
}
|
||||
parameters: []
|
||||
headers:
|
||||
- name: OCS-APIRequest
|
||||
value: "true"
|
||||
id: pair_c30cf624f2224f5da06b969ac312e964
|
||||
disabled: true
|
||||
- name: Accept
|
||||
value: application/json
|
||||
id: pair_57ba1e6e793a48d68cd1947c8415875a
|
||||
disabled: true
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
id: pair_f5531a4db05f41d188a5f94be6a2e7d7
|
||||
authentication:
|
||||
username: admin
|
||||
password: admin
|
||||
type: basic
|
||||
metaSortKey: -1651046796958.75
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
32
.insomnia/Request/req_a94c79a2fd0a49b3b3c3d71966d96d5a.yml
Executable file
32
.insomnia/Request/req_a94c79a2fd0a49b3b3c3d71966d96d5a.yml
Executable file
|
@ -0,0 +1,32 @@
|
|||
_id: req_a94c79a2fd0a49b3b3c3d71966d96d5a
|
||||
type: Request
|
||||
parentId: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
modified: 1651486263941
|
||||
created: 1651052819243
|
||||
url: "{{base}}/Users/test"
|
||||
name: Users/:id
|
||||
description: ""
|
||||
method: GET
|
||||
body: {}
|
||||
parameters: []
|
||||
headers:
|
||||
- name: OCS-APIRequest
|
||||
value: "true"
|
||||
id: pair_c30cf624f2224f5da06b969ac312e964
|
||||
disabled: true
|
||||
- name: Accept
|
||||
value: application/json
|
||||
id: pair_57ba1e6e793a48d68cd1947c8415875a
|
||||
disabled: true
|
||||
authentication:
|
||||
username: admin
|
||||
password: admin
|
||||
type: basic
|
||||
metaSortKey: -1651046796965
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
32
.insomnia/Request/req_c80b78bf8cd94312895d81fd17323227.yml
Executable file
32
.insomnia/Request/req_c80b78bf8cd94312895d81fd17323227.yml
Executable file
|
@ -0,0 +1,32 @@
|
|||
_id: req_c80b78bf8cd94312895d81fd17323227
|
||||
type: Request
|
||||
parentId: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
modified: 1651486289701
|
||||
created: 1651158958545
|
||||
url: "{{base}}/Users/testfewvwev"
|
||||
name: Users/:id 404
|
||||
description: ""
|
||||
method: GET
|
||||
body: {}
|
||||
parameters: []
|
||||
headers:
|
||||
- name: OCS-APIRequest
|
||||
value: "true"
|
||||
id: pair_c30cf624f2224f5da06b969ac312e964
|
||||
disabled: true
|
||||
- name: Accept
|
||||
value: application/json
|
||||
id: pair_57ba1e6e793a48d68cd1947c8415875a
|
||||
disabled: true
|
||||
authentication:
|
||||
username: admin
|
||||
password: m4j5q403
|
||||
type: basic
|
||||
metaSortKey: -1651046796961.875
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
32
.insomnia/Request/req_e74f3da259354e84aa99967258d99bbb.yml
Executable file
32
.insomnia/Request/req_e74f3da259354e84aa99967258d99bbb.yml
Executable file
|
@ -0,0 +1,32 @@
|
|||
_id: req_e74f3da259354e84aa99967258d99bbb
|
||||
type: Request
|
||||
parentId: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
modified: 1651486326497
|
||||
created: 1651052828604
|
||||
url: "{{base}}/Users/test"
|
||||
name: Users/:id
|
||||
description: ""
|
||||
method: DELETE
|
||||
body: {}
|
||||
parameters: []
|
||||
headers:
|
||||
- name: OCS-APIRequest
|
||||
value: "true"
|
||||
id: pair_c30cf624f2224f5da06b969ac312e964
|
||||
disabled: true
|
||||
- name: Accept
|
||||
value: application/json
|
||||
id: pair_57ba1e6e793a48d68cd1947c8415875a
|
||||
disabled: true
|
||||
authentication:
|
||||
username: admin
|
||||
password: admin
|
||||
type: basic
|
||||
metaSortKey: -1651046796946.25
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
52
.insomnia/Request/req_ef7e9d77fc90488e8d005455c5f7ff28.yml
Executable file
52
.insomnia/Request/req_ef7e9d77fc90488e8d005455c5f7ff28.yml
Executable file
|
@ -0,0 +1,52 @@
|
|||
_id: req_ef7e9d77fc90488e8d005455c5f7ff28
|
||||
type: Request
|
||||
parentId: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
modified: 1651486313094
|
||||
created: 1651052824400
|
||||
url: "{{base}}/Users/test"
|
||||
name: Users/:id
|
||||
description: ""
|
||||
method: PUT
|
||||
body:
|
||||
mimeType: application/json
|
||||
text: |-
|
||||
{
|
||||
"schemas": [
|
||||
"urn:ietf:params:scim:schemas:core:2.0:User"
|
||||
],
|
||||
"active": false,
|
||||
"id": "test",
|
||||
"userName": "test",
|
||||
"emails": [
|
||||
{
|
||||
"primary": true,
|
||||
"value": "another@example.net"
|
||||
}
|
||||
],
|
||||
"displayName": "test"
|
||||
}
|
||||
parameters: []
|
||||
headers:
|
||||
- name: OCS-APIRequest
|
||||
value: "true"
|
||||
id: pair_c30cf624f2224f5da06b969ac312e964
|
||||
disabled: true
|
||||
- name: Accept
|
||||
value: application/json
|
||||
id: pair_57ba1e6e793a48d68cd1947c8415875a
|
||||
disabled: true
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
id: pair_e4b906b43086410ba3322a5b3f84ca95
|
||||
authentication:
|
||||
username: admin
|
||||
password: admin
|
||||
type: basic
|
||||
metaSortKey: -1651046796952.5
|
||||
isPrivate: false
|
||||
settingStoreCookies: true
|
||||
settingSendCookies: true
|
||||
settingDisableRenderRequestBody: false
|
||||
settingEncodeUrl: true
|
||||
settingRebuildPath: true
|
||||
settingFollowRedirects: global
|
10
.insomnia/RequestGroup/fld_0f6f8e8898c848a7b3e1a0455c1c6e51.yml
Executable file
10
.insomnia/RequestGroup/fld_0f6f8e8898c848a7b3e1a0455c1c6e51.yml
Executable file
|
@ -0,0 +1,10 @@
|
|||
_id: fld_0f6f8e8898c848a7b3e1a0455c1c6e51
|
||||
type: RequestGroup
|
||||
parentId: wrk_813c56f2ee4846179823b77290d0b55d
|
||||
modified: 1651483598151
|
||||
created: 1651046958420
|
||||
name: scim
|
||||
description: ""
|
||||
environment: {}
|
||||
environmentPropertyOrder: null
|
||||
metaSortKey: -1651046958420
|
Loading…
Reference in a new issue