Skip to content

Commit

Permalink
Revert "Document SCIM (gristlabs#434)"
Browse files Browse the repository at this point in the history
This reverts commit b92a123.
  • Loading branch information
fflorent authored and paulfitz committed Dec 17, 2024
1 parent b92a123 commit 1ba3eb4
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 881 deletions.
1 change: 0 additions & 1 deletion api/body.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---
title: REST API reference
is_api: true
comment: spaces in body are important, do not remove without checking result.
toc:
Expand Down
21 changes: 1 addition & 20 deletions api/grist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ openapi: 3.0.0
security:
- ApiKey: []
servers:
- url: https://{gristhost}/api
- url: https://{subdomain}.getgrist.com/api
variables:
subdomain:
description: The team name, or `docs` for personal areas
Expand Down Expand Up @@ -1151,22 +1151,6 @@ paths:
description: "The caller is not allowed to delete this account"
404:
description: "The user is not found"
/scim/v2/Users:
$ref: "./scim/users.yml#/paths/~1scim~1v2~1Users"
/scim/v2/Users/{userId}:
$ref: "./scim/users.yml#/paths/~1scim~1v2~1Users~1{userId}"
/scim/v2/Users/.search:
$ref: "./scim/users.yml#/paths/~1scim~1v2~1Users~1.search"
/scim/v2/Me:
$ref: "./scim/users.yml#/paths/~1scim~1v2~1Me"
/scim/v2/Bulk:
$ref: "./scim/bulk.yml#/paths/~1scim~1v2~1Bulk"
/scim/v2/Schemas:
$ref: "./scim/serviceproviderconfig.yml#/paths/~1scim~1v2~1Schemas"
/scim/v2/ServiceProviderConfig:
$ref: "./scim/serviceproviderconfig.yml#/paths/~1scim~1v2~1ServiceProviderConfig"
/scim/v2/ResourceTypes:
$ref: "./scim/serviceproviderconfig.yml#/paths/~1scim~1v2~1ResourceTypes"

tags:
- name: orgs
Expand All @@ -1191,8 +1175,6 @@ tags:
description: "Sql endpoint to query data from documents."
- name: users
description: "Grist users."
- name: scim
description: "SCIM"
components:
securitySchemes:
ApiKey:
Expand Down Expand Up @@ -2217,4 +2199,3 @@ components:
- label
description: "Format for headers. Labels tend to be more human-friendly while colIds are more normalized."
required: false

47 changes: 0 additions & 47 deletions api/scim/bulk.yml

This file was deleted.

42 changes: 0 additions & 42 deletions api/scim/serviceproviderconfig.yml

This file was deleted.

Loading

0 comments on commit 1ba3eb4

Please sign in to comment.