> For the complete documentation index, see [llms.txt](https://obytejs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://obytejs.com/0.1.17/api/core/post-joint.md).

# Post joint

### Example

```javascript
const params = {
  unit: {Object}
};

client.api.postJoint(params, function(err, result) {
  if (err) return console.error(err);
  console.log(result);
});
```

The unit object can be generated with the method "compose".

### Returns

```javascript
accepted
```
