Parts
Product components
parts endpoint
ℹ️ A part is a component of a product, and they can be made of other parts. Parts are the core objects that almost all other objects are linked to.
📌 For more information about parts, refer to Parts & trails.
Last updated on
Ping GET
Pings the DevRev service. **Required scopes:** No scopes required.
Create Part POST
Creates new [part](https://devrev.ai/docs/product/parts). **Required scopes:** Depends on the object type in the `type` field: | type | required scope | |---|---| | capability | `capability:write` OR `capability:all` | | enhancement | `enhancement:write` OR `enhancement:all` | | feature | `feature:write` OR `feature:all` | | product | `product:write` OR `product:all` |