Import Skills Batch
post
https://apigateway.boost.rs
/skills/batch
Import skills in batches of up to 300 items
The maximum size of the array of objects (skills) is
300
objects per request.{
"skills": [
{
"name": "Fast decisions",
"description": "ease of making the right decisions really fast",
"external_id": "ASDF-123",
"category_id": 1234
},
{
"name": "Wild creativity",
"description": "being extremely creative when it really matters",
"external_id": "QASD-123-TRW",
"category_id": 1234
},
{
"name": "Environmental awareness",
"description": "ability to consider envirnmental impact of processes",
"external_id": "TYUI-234-POIU",
"category_id": 1234
}
]
}
Last modified 1yr ago