More type definitions, with fixed links (hopefully)

This commit is contained in:
Josh Mock
2024-11-20 13:47:14 -06:00
parent 7a997b3405
commit 70a3ef44bb
296 changed files with 23864 additions and 474 deletions

View File

@ -50,7 +50,7 @@ Activate a user profile. Create or update a user profile on behalf of another us
++++
interface SecurityActivateUserProfileRequest extends <<RequestBase>> {
access_token?: string
grant_type: SecurityGrantType
grant_type: <<SecurityGrantType>>
password?: string
username?: string
}
@ -66,7 +66,7 @@ interface SecurityActivateUserProfileRequest extends <<RequestBase>> {
++++
<pre>
++++
type SecurityActivateUserProfileResponse = SecurityUserProfileWithMetadata
type SecurityActivateUserProfileResponse = <<SecurityUserProfileWithMetadata>>
[pass]
++++