Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Watch stopped successfully
import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.fs.watch.stop('watch_id', { id: 'id' });This response does not have an example.import Kernel from '@onkernel/sdk';
const client = new Kernel({
apiKey: 'My API Key',
});
await client.browsers.fs.watch.stop('watch_id', { id: 'id' });This response does not have an example.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Watch stopped successfully