Files
basango/apps/api-legacy/api/feed-management/source/follow-source.bru
T

20 lines
242 B
Plaintext

meta {
name: follow-source
type: http
seq: 2
}
post {
url: {{baseUrl}}/feed/sources/:sourceId/follow
body: none
auth: bearer
}
params:path {
sourceId: 01970f05-a945-7ef0-bfe3-4583491d58d2
}
auth:bearer {
token: {{token}}
}