Browse Source

specs,nextcloud: Update specs

pull/202/head
jld3103 2 years ago
parent
commit
881500d81a
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 20
      packages/nextcloud/lib/src/nextcloud.openapi.json
  2. 5
      specs/core.json
  3. 5
      specs/news.json
  4. 5
      specs/notes.json
  5. 5
      specs/notifications.json
  6. 5
      specs/provisioning_api.json
  7. 5
      specs/templates/core.json
  8. 5
      specs/templates/news.json
  9. 5
      specs/templates/notes.json
  10. 5
      specs/templates/notifications.json
  11. 5
      specs/templates/provisioning_api.json
  12. 5
      specs/templates/user_status.json
  13. 5
      specs/user_status.json

20
packages/nextcloud/lib/src/nextcloud.openapi.json

@ -27,26 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "core"
},
{
"name": "news"
},
{
"name": "notes"
},
{
"name": "notifications"
},
{
"name": "provisioning_api"
},
{
"name": "user_status"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

5
specs/core.json

@ -27,11 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "core"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

5
specs/news.json

@ -27,11 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "news"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

5
specs/notes.json

@ -27,11 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "notes"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

5
specs/notifications.json

@ -27,11 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "notifications"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

5
specs/provisioning_api.json

@ -27,11 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "provisioning_api"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

5
specs/templates/core.json

@ -9,11 +9,6 @@
"identifier": "AGPL-3.0" "identifier": "AGPL-3.0"
} }
}, },
"tags": [
{
"name": "core"
}
],
"paths": { "paths": {
"/core/lostpassword/email": { "/core/lostpassword/email": {
"post": { "post": {

5
specs/templates/news.json

@ -9,11 +9,6 @@
"identifier": "AGPL-3.0" "identifier": "AGPL-3.0"
} }
}, },
"tags": [
{
"name": "news"
}
],
"paths": { "paths": {
"/apps/news/folders": { "/apps/news/folders": {
"get": { "get": {

5
specs/templates/notes.json

@ -9,11 +9,6 @@
"identifier": "AGPL-3.0" "identifier": "AGPL-3.0"
} }
}, },
"tags": [
{
"name": "notes"
}
],
"paths": { "paths": {
"/apps/notes/notes": { "/apps/notes/notes": {
"get": { "get": {

5
specs/templates/notifications.json

@ -9,11 +9,6 @@
"identifier": "AGPL-3.0" "identifier": "AGPL-3.0"
} }
}, },
"tags": [
{
"name": "notifications"
}
],
"paths": { "paths": {
"/ocs/v2.php/apps/notifications/api/{apiVersion}/notifications": { "/ocs/v2.php/apps/notifications/api/{apiVersion}/notifications": {
"parameters": [ "parameters": [

5
specs/templates/provisioning_api.json

@ -9,11 +9,6 @@
"identifier": "AGPL-3.0" "identifier": "AGPL-3.0"
} }
}, },
"tags": [
{
"name": "provisioning_api"
}
],
"paths": { "paths": {
"/ocs/v2.php/apps/provisioning_api/apps": { "/ocs/v2.php/apps/provisioning_api/apps": {
"get": { "get": {

5
specs/templates/user_status.json

@ -9,11 +9,6 @@
"identifier": "AGPL-3.0" "identifier": "AGPL-3.0"
} }
}, },
"tags": [
{
"name": "user_status"
}
],
"paths": { "paths": {
"/ocs/v2.php/apps/user_status/api/v1/statuses": { "/ocs/v2.php/apps/user_status/api/v1/statuses": {
"get": { "get": {

5
specs/user_status.json

@ -27,11 +27,6 @@
"basic_auth": [] "basic_auth": []
} }
], ],
"tags": [
{
"name": "user_status"
}
],
"components": { "components": {
"schemas": { "schemas": {
"OCSMeta": { "OCSMeta": {

Loading…
Cancel
Save