Download OpenAPI specification:Download
Content Publishing Service API
msaId required | string Example: 2 Msa Id of requested account |
required | object (NoteActivityDto) |
{- "content": {
- "content": "Hello world!",
- "published": "1970-01-01T00:00:00+00:00",
- "assets": [
- {
- "isLink": false,
- "references": [
- {
- "referenceId": "bafybeibzj4b4zt4h6n2f6i6lam3cidmywqj5rznb2ofr3gnahurorje2tu",
- "height": 228,
- "width": 350,
- "duration": "PT10M32S"
}
], - "name": "TheScream",
}
], - "name": "A simple activity",
- "tag": [
- {
- "type": "mention",
- "name": "@sally",
- "mentionedId": "dsnp://12345678"
}
], - "location": {
- "units": "cm",
- "name": "New York, NY",
- "accuracy": 94,
- "altitude": 10,
- "latitude": 40.73,
- "longitude": -73.93,
- "radius": 100
}
}
}
{- "referenceId": "string"
}
msaId required | string Example: 2 Msa Id of requested account |
inReplyTo required | string Target DSNP Content URI |
required | object (NoteActivityDto) |
{- "inReplyTo": "dsnp://78187493520/bdyqdua4t4pxgy37mdmjyqv3dejp5betyqsznimpneyujsur23yubzna",
- "content": {
- "content": "Hello world!",
- "published": "1970-01-01T00:00:00+00:00",
- "assets": [
- {
- "isLink": false,
- "references": [
- {
- "referenceId": "bafybeibzj4b4zt4h6n2f6i6lam3cidmywqj5rznb2ofr3gnahurorje2tu",
- "height": 228,
- "width": 350,
- "duration": "PT10M32S"
}
], - "name": "TheScream",
}
], - "name": "A simple activity",
- "tag": [
- {
- "type": "mention",
- "name": "@sally",
- "mentionedId": "dsnp://12345678"
}
], - "location": {
- "units": "cm",
- "name": "New York, NY",
- "accuracy": 94,
- "altitude": 10,
- "latitude": 40.73,
- "longitude": -73.93,
- "radius": 100
}
}
}
{- "referenceId": "string"
}
msaId required | string Example: 2 Msa Id of requested account |
emoji required | string non-empty DSNP_EMOJI_REGEX the encoded reaction emoji |
apply required | number Indicates whether the emoji should be applied and if so, at what strength |
inReplyTo required | string Target DSNP Content URI |
{- "emoji": "😀",
- "apply": 1,
- "inReplyTo": "dsnp://78187493520/bdyqdua4t4pxgy37mdmjyqv3dejp5betyqsznimpneyujsur23yubzna"
}
{- "referenceId": "string"
}
msaId required | string Example: 2 Msa Id of requested account |
targetAnnouncementType required | string (ModifiableAnnouncementType) Enum: "broadcast" "reply" Target announcement type |
targetContentHash required | string Target DSNP Content Hash |
required | object (NoteActivityDto) |
{- "targetAnnouncementType": "broadcast",
- "targetContentHash": "bdyqdua4t4pxgy37mdmjyqv3dejp5betyqsznimpneyujsur23yubzna",
- "content": {
- "content": "Hello world!",
- "published": "1970-01-01T00:00:00+00:00",
- "assets": [
- {
- "isLink": false,
- "references": [
- {
- "referenceId": "bafybeibzj4b4zt4h6n2f6i6lam3cidmywqj5rznb2ofr3gnahurorje2tu",
- "height": 228,
- "width": 350,
- "duration": "PT10M32S"
}
], - "name": "TheScream",
}
], - "name": "A simple activity",
- "tag": [
- {
- "type": "mention",
- "name": "@sally",
- "mentionedId": "dsnp://12345678"
}
], - "location": {
- "units": "cm",
- "name": "New York, NY",
- "accuracy": 94,
- "altitude": 10,
- "latitude": 40.73,
- "longitude": -73.93,
- "radius": 100
}
}
}
{- "referenceId": "string"
}
msaId required | string Example: 2 Msa Id of requested account |
targetAnnouncementType required | string (ModifiableAnnouncementType) Enum: "broadcast" "reply" Target announcement type |
targetContentHash required | string Target DSNP Content Hash |
{- "targetAnnouncementType": "broadcast",
- "targetContentHash": "bdyqdua4t4pxgy37mdmjyqv3dejp5betyqsznimpneyujsur23yubzna"
}
{- "referenceId": "string"
}
msaId required | string Example: 2 Msa Id of requested account |
required | object (ProfileActivityDto) |
{- "profile": {
- "icon": [
- {
- "referenceId": "bafybeibzj4b4zt4h6n2f6i6lam3cidmywqj5rznb2ofr3gnahurorje2tu",
- "height": 228,
- "width": 350,
- "duration": "PT10M32S"
}
], - "summary": "John Doe is actually a small kitten.",
- "published": "1970-01-01T00:00:00+00:00",
- "name": "A simple activity",
- "tag": [
- {
- "type": "mention",
- "name": "@sally",
- "mentionedId": "dsnp://12345678"
}
], - "location": {
- "units": "cm",
- "name": "New York, NY",
- "accuracy": 94,
- "altitude": 10,
- "latitude": 40.73,
- "longitude": -73.93,
- "radius": 100
}
}
}