v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBPaths
Create a path
🔑
Required OAuth scope: paths:write.
Creates a new path in the platform.
post/api/v2/paths
Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns the information about the created path.
Example response
{
"authorId": "507f1f77bcf86cd799439011",
"certificateId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011",
"coAuthorIds": [
"507f1f77bcf86cd799439011"
],
"name": "Employee Onboarding",
"steps": [
{
"_id": "507f1f77bcf86cd799439011"
}
],
"translations": [
{
"lang": "fr",
"translatorIds": [
"507f1f77bcf86cd799439011"
],
"translatedFields": {
"name": "Accueil des employés",
"description": "Ce chemin vous apprend à intégrer un nouveau collaborateur !"
}
}
],
"additionalInformation": "Training content 203",
"coverPicture": "507f1f77bcf86cd799439011",
"description": "This path will teach you how to onboard a new employee!"
}