boostrs api
Search…
About the API Gateway
📬
What's new
Getting started
Use Cases
Getting started
oAuth token
Jobs Library
Job Search
Job Repositories
Job Categories
Job List
Job Details
Job Origin
Skills Library
Skill Search
Skill Repositories
Skill Categories
Skill Lists
Skill Details
Custom Skills (CRUD)
Skill Categories
Create Categories
Update Categories
Delete Categories
Skill Management
Mapping APIs
Extract Skills
Document Details
Batch Skill Processing
Matching APIs
Job Career Path
Find Next Job
Compare jobs
Map & Match Content
Powered By
GitBook
Update Categories
patch
https://apigateway.boost.rs
/skill-categories/:id
Updates one or more fields of an existing skill category
Restrictions for duplicate names
The category name must be unique at parent level. If translations are used, the restriction applies at parent level, per language code.
Request Body
1
{
2
"name"
:
"Updated category name"
,
3
"description"
:
"testing"
,
4
"external_id"
:
12345676
5
}
Copied!
Previous
Create Categories
Next
Delete Categories
Last modified
2mo ago
Copy link
Contents
patch
Updates one or more fields of an existing skill category
Request Body