"description": "Composed fields\nFor those comment memos, the parent ID is the memo ID of the memo being commented.\nIf the parent ID is nil, then this memo is not a comment.",
| 200 | List of available identity providers | [ [v1.IdentityProvider](#v1identityprovider) ] |
| 200 | List of available identity providers | [ [github_com_usememos_memos_api_v1.IdentityProvider](#github_com_usememos_memos_api_v1identityprovider) ] |
| 500 | Failed to find identity provider list \| Failed to find user | |
| 500 | Failed to find identity provider list \| Failed to find user | |
#### POST
#### POST
...
@@ -132,8 +132,8 @@ Create Identity Provider
...
@@ -132,8 +132,8 @@ Create Identity Provider
##### Parameters
##### Parameters
| Name | Located in | Description | Required | Schema |
| Name | Located in | Description | Required | Schema |
| body | body | Identity provider information | Yes | [v1.CreateIdentityProviderRequest](#v1createidentityproviderrequest) |
| body | body | Identity provider information | Yes | [github_com_usememos_memos_api_v1.CreateIdentityProviderRequest](#github_com_usememos_memos_api_v1createidentityproviderrequest) |
##### Responses
##### Responses
...
@@ -198,9 +198,9 @@ Update an identity provider by ID
...
@@ -198,9 +198,9 @@ Update an identity provider by ID
##### Parameters
##### Parameters
| Name | Located in | Description | Required | Schema |
| Name | Located in | Description | Required | Schema |
| body | body | Patched identity provider information | Yes | [v1.UpdateIdentityProviderRequest](#v1updateidentityproviderrequest) |
| body | body | Patched identity provider information | Yes | [github_com_usememos_memos_api_v1.UpdateIdentityProviderRequest](#github_com_usememos_memos_api_v1updateidentityproviderrequest) |
##### Responses
##### Responses
...
@@ -256,8 +256,8 @@ Visibility can be PUBLIC, PROTECTED or PRIVATE
...
@@ -256,8 +256,8 @@ Visibility can be PUBLIC, PROTECTED or PRIVATE
##### Parameters
##### Parameters
| Name | Located in | Description | Required | Schema |
| Name | Located in | Description | Required | Schema |
| content | string | Domain specific fields | No |
| content | string | Domain specific fields | No |
| createdTs | integer | | No |
| createdTs | integer | Standard fields | No |
| creatorID | integer | | No |
| relationList | [ [api_v1.UpsertMemoRelationRequest](#api_v1upsertmemorelationrequest) ] | | No |
| id | integer | | No |
| resourceIdList | [ integer ] | Related fields | No |
| parentID | integer | Composed fields For those comment memos, the parent ID is the memo ID of the memo being commented. If the parent ID is nil, then this memo is not a comment. | No |
| rowStatus | [api_v1.RowStatus](#api_v1rowstatus) | | No |
| pinned | boolean | | No |
| relationList | [ [store.MemoRelation](#storememorelation) ] | | No |
| resourceIDList | [ integer ] | | No |
| rowStatus | [store.RowStatus](#storerowstatus) | Standard fields | No |
| updatedTs | integer | | No |
| updatedTs | integer | | No |
| visibility | [store.Visibility](#storevisibility) | | No |
| visibility | [api_v1.Visibility](#api_v1visibility) | | No |
| additionalScript | string | Additional script. | No |
| additionalScript | string | Additional script. | No |
| additionalStyle | string | Additional style. | No |
| additionalStyle | string | Additional style. | No |
| allowSignUp | boolean | System settings Allow sign up. | No |
| allowSignUp | boolean | System settings Allow sign up. | No |
| autoBackupInterval | integer | Auto Backup Interval. | No |
| customizedProfile | [github_com_usememos_memos_api_v1.CustomizedProfile](#github_com_usememos_memos_api_v1customizedprofile) | Customized server profile, including server name and external url. | No |
| customizedProfile | [v1.CustomizedProfile](#v1customizedprofile) | Customized server profile, including server name and external url. | No |