Skip to content

Commit

Permalink
Release v0.3.38
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-api[bot] committed Jun 3, 2024
1 parent 57bde55 commit 7cfa0f2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@
"_type": "endpoint",
"name": "Get all entity users",
"request": {
"description": "Get all entity users",
"description": "Get all entity users (DEPRECATED, use Search Entity Users)",
"url": {
"raw": "{{baseUrl}}/entity/:entityId/users",
"host": [
Expand Down Expand Up @@ -1007,7 +1007,7 @@
"status": "OK",
"code": 200,
"originalRequest": {
"description": "Get all entity users",
"description": "Get all entity users (DEPRECATED, use Search Entity Users)",
"url": {
"raw": "{{baseUrl}}/entity/:entityId/users",
"host": [
Expand Down Expand Up @@ -1046,9 +1046,9 @@
},
{
"_type": "endpoint",
"name": "Get all entity users",
"name": "Search entity users",
"request": {
"description": "Get all entity users",
"description": "Search entity users",
"url": {
"raw": "{{baseUrl}}/entity/:entityId/users?name=John",
"host": [
Expand Down Expand Up @@ -1091,7 +1091,7 @@
"status": "OK",
"code": 200,
"originalRequest": {
"description": "Get all entity users",
"description": "Search entity users",
"url": {
"raw": "{{baseUrl}}/entity/:entityId/users?name=John",
"host": [
Expand Down Expand Up @@ -2798,7 +2798,7 @@
"item": [
{
"_type": "endpoint",
"name": "Update",
"name": "Get",
"request": {
"description": "Get entity customization.",
"url": {
Expand Down

0 comments on commit 7cfa0f2

Please sign in to comment.