Help center articles
Move an article
Endpoints
- Message templates
- Session
- Team
- Messages
- Help center collections
- Help center articles
- Help center redirects
- Ticket
- Engagement Banner
- Engagement Chat Message
- Engagement Cobrowse
- Engagement Email
- Engagement News
- Engagement Product Tour
- Engagement Push Notification
- Engagement Survey
- Engagement Tooltip
- Engagement Whatsapp Messages
- Engagement Checklist
- Engagement
- AI content
- Engagement Modal
- Invitation
- Project
Help center articles
Move an article
PUT
/
helpcenter
/
collections
/
{helpcenterCollectionId}
/
articles
/
{helpcenterArticleId}
/
move
curl --request PUT \
--url https://api.gleap.io/v3/helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newCollectionId": "<string>"
}'
{
"updatedAt": "<string>",
"createdAt": "<string>",
"extendedAudienceFilter": "<any>",
"baseAudienceFilter": "<any>",
"externalId": "<string>",
"docId": 123,
"author": {
"isValid": {},
"createFromHexString": {},
"createFromTime": {},
"generate": {},
"cacheHexString": "<any>",
"prototype": "<string>"
},
"helpcenterCollection": {
"isValid": {},
"createFromHexString": {},
"createFromTime": {},
"generate": {},
"cacheHexString": "<any>",
"prototype": "<string>"
},
"upvotes": "<any>",
"plainContent": "<any>",
"lexorank": "<string>",
"project": {
"isValid": {},
"createFromHexString": {},
"createFromTime": {},
"generate": {},
"cacheHexString": "<any>",
"prototype": "<string>"
},
"content": "<any>",
"title": "<any>",
"description": "<any>",
"isDraft": true,
"tags": [
"<string>"
],
"targetAudience": "<string>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
Response
200 - application/json
Ok
The response is of type object
.
curl --request PUT \
--url https://api.gleap.io/v3/helpcenter/collections/{helpcenterCollectionId}/articles/{helpcenterArticleId}/move \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"newCollectionId": "<string>"
}'
{
"updatedAt": "<string>",
"createdAt": "<string>",
"extendedAudienceFilter": "<any>",
"baseAudienceFilter": "<any>",
"externalId": "<string>",
"docId": 123,
"author": {
"isValid": {},
"createFromHexString": {},
"createFromTime": {},
"generate": {},
"cacheHexString": "<any>",
"prototype": "<string>"
},
"helpcenterCollection": {
"isValid": {},
"createFromHexString": {},
"createFromTime": {},
"generate": {},
"cacheHexString": "<any>",
"prototype": "<string>"
},
"upvotes": "<any>",
"plainContent": "<any>",
"lexorank": "<string>",
"project": {
"isValid": {},
"createFromHexString": {},
"createFromTime": {},
"generate": {},
"cacheHexString": "<any>",
"prototype": "<string>"
},
"content": "<any>",
"title": "<any>",
"description": "<any>",
"isDraft": true,
"tags": [
"<string>"
],
"targetAudience": "<string>"
}