POST api/bluesky/InsertUpdateBlueskyAccount
Request Information
URI Parameters
None.
Body Parameters
BlueskyAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| blueskyAccounts_id | integer |
None. |
|
| dateAdded | date |
None. |
|
| dateUpdated | date |
None. |
|
| did | string |
None. |
|
| handle | string |
None. |
|
| displayName | string |
None. |
|
| description | string |
None. |
|
| avatar | string |
None. |
|
| banner | string |
None. |
|
| followersCount | integer |
None. |
|
| followsCount | integer |
None. |
|
| postsCount | integer |
None. |
|
| indexedAt | date |
None. |
|
| createdAt | date |
None. |
|
| AccessJwt | string |
None. |
|
| RefreshJwt | string |
None. |
|
| appPassword | string |
None. |
|
| string |
None. |
||
| BlueskyPosts | Collection of BlueskyPost |
None. |
|
| BlueskySubjects | Collection of BlueskySubject |
None. |
|
| BlueskyTags | Collection of BlueskyTag |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json, text/html
Sample:
1
application/xml, text/xml
Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>