Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
463 changes: 11 additions & 452 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs-snippets-npm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"sls": {
"dependencies": {
"com.palantir.foundry.api:api-gateway": {
"minVersion": "1.1598.2",
"minVersion": "1.1473.2",
"maxVersion": "1.x.x",
"optional": false
}
Expand Down
465 changes: 105 additions & 360 deletions docs-snippets-npm/src/index.ts

Large diffs are not rendered by default.

11 changes: 0 additions & 11 deletions docs/v1/Core/models/MediaReferenceType.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/v1/Core/models/VoidType.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/v1/Ontologies/models/EqualsQuery.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Returns objects where the specified field is equal to a value.

For string properties, full term matching only works when **Selectable** is enabled for the property in Ontology Manager.


## Properties
| Name | Type | Required | Description |
| ------------ | ------------- | ------------- | ------------- |
Expand Down
1 change: 0 additions & 1 deletion docs/v1/Ontologies/models/OntologyDataType.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ BooleanType | boolean
CipherTextType | cipherText
MarkingType | marking
UnsupportedType | unsupported
MediaReferenceType | mediaReference
OntologyArrayType | array
OntologyObjectSetType | objectSet
BinaryType | binary
Expand Down
17 changes: 7 additions & 10 deletions docs/v1/Ontologies/models/QueryDataType.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,28 +13,25 @@ This discriminator class uses the `type` field to differentiate between classes.
DateType | date
OntologyInterfaceObjectType | interfaceObject
QueryStructType | struct
QuerySetType | set
StringType | string
EntrySetType | entrySet
DoubleType | double
IntegerType | integer
ThreeDimensionalAggregation | threeDimensionalAggregation
QueryUnionType | union
FloatType | float
LongType | long
BooleanType | boolean
UnsupportedType | unsupported
AttachmentType | attachment
NullType | null
QueryArrayType | array
OntologyObjectSetType | objectSet
TwoDimensionalAggregation | twoDimensionalAggregation
QueryTypeReferenceType | typeReference
TimestampType | timestamp
QuerySetType | set
VoidType | void
EntrySetType | entrySet
DoubleType | double
QueryUnionType | union
BooleanType | boolean
MediaReferenceType | mediaReference
NullType | null
OntologyInterfaceObjectSetType | interfaceObjectSet
OntologyObjectType | object
TimestampType | timestamp


[[Back to Model list]](../../../../README.md#models-v1-link) [[Back to API list]](../../../../README.md#apis-v1-link) [[Back to README]](../../../../README.md)
14 changes: 0 additions & 14 deletions docs/v1/Ontologies/models/QueryTypeReferenceType.md

This file was deleted.

13 changes: 0 additions & 13 deletions docs/v1/Ontologies/models/TypeReferenceIdentifier.md

This file was deleted.

12 changes: 11 additions & 1 deletion docs/v2/Admin/AuthenticationProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,17 @@ organization = "ri.multipass..organization.c30ee6ad-b5e4-4afe-a74f-fe4a289f2faa"
# UserUsername | The new user's username. This must match one of the provider's supported username patterns.
username = "jsmith"
# Optional[Dict[AttributeName, AttributeValues]]
attributes = {"department": ["Finance"], "jobTitle": ["Accountant"]}
attributes = {
"multipass:givenName": ["John"],
"multipass:familyName": ["Smith"],
"multipass:email:primary": ["jsmith@example.com"],
"multipass:realm": ["eab0a251-ca1a-4a84-a482-200edfb8026f"],
"multipass:organization-rid": [
"ri.multipass..organization.c30ee6ad-b5e4-4afe-a74f-fe4a289f2faa"
],
"department": ["Finance"],
"jobTitle": ["Accountant"],
}
# Optional[str]
email = "jsmith@example.com"
# Optional[str]
Expand Down
61 changes: 0 additions & 61 deletions docs/v2/Admin/CbacBanner.md

This file was deleted.

58 changes: 0 additions & 58 deletions docs/v2/Admin/CbacMarkingRestrictions.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/v2/Admin/Enrollment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Method | HTTP request | Release Stage |
------------- | ------------- | ----- |
[**get**](#get) | **GET** /v2/admin/enrollments/{enrollmentRid} | Public Beta |
[**get_current**](#get_current) | **GET** /v2/admin/enrollments/getCurrent | Public Beta |
[**get**](#get) | **GET** /v2/admin/enrollments/{enrollmentRid} | Private Beta |
[**get_current**](#get_current) | **GET** /v2/admin/enrollments/getCurrent | Private Beta |

# **get**
Get the Enrollment with the specified rid.
Expand Down
6 changes: 3 additions & 3 deletions docs/v2/Admin/EnrollmentRoleAssignment.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Method | HTTP request | Release Stage |
------------- | ------------- | ----- |
[**add**](#add) | **POST** /v2/admin/enrollments/{enrollmentRid}/roleAssignments/add | Public Beta |
[**list**](#list) | **GET** /v2/admin/enrollments/{enrollmentRid}/roleAssignments | Public Beta |
[**remove**](#remove) | **POST** /v2/admin/enrollments/{enrollmentRid}/roleAssignments/remove | Public Beta |
[**add**](#add) | **POST** /v2/admin/enrollments/{enrollmentRid}/roleAssignments/add | Private Beta |
[**list**](#list) | **GET** /v2/admin/enrollments/{enrollmentRid}/roleAssignments | Private Beta |
[**remove**](#remove) | **POST** /v2/admin/enrollments/{enrollmentRid}/roleAssignments/remove | Private Beta |

# **add**
Assign roles to principals for the given Enrollment. At most 100 role assignments can be added in a single request.
Expand Down
Loading