Skip to content

Commit 1049899

Browse files
author
Sharan Multani
authored
Fixing Docs
Fixing Docs
1 parent 42f2d95 commit 1049899

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/defense-api.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.. _defense_api:
22

3-
Cb Defense API
3+
CB Defense API
44
==============
55

6-
This page documents the public interfaces exposed by cbapi when communicating with a Cb Defense server.
6+
This page documents the public interfaces exposed by cbapi when communicating with a CB Defense server.
77

88
Main Interface
99
--------------
1010

11-
To use cbapi with Carbon Black Defense, you will be using the CbDefenseAPI.
12-
The CbDefenseAPI object then exposes two main methods to select data on the Carbon Black server:
11+
To use cbapi with Carbon Black Defense, you will be using the CBDefenseAPI.
12+
The CBDefenseAPI object then exposes two main methods to select data on the Carbon Black server:
1313

14-
.. autoclass:: cbapi.defense.psc.rest_api.CbDefenseAPI
14+
.. autoclass:: cbapi.psc.defense.rest_api.CbDefenseAPI
1515
:members:
1616
:inherited-members:
1717

@@ -21,13 +21,13 @@ The CbDefenseAPI object then exposes two main methods to select data on the Carb
2121
Queries
2222
-------
2323

24-
.. autoclass:: cbapi.defense.psc.rest_api.Query
24+
.. autoclass:: cbapi.psc.defense.rest_api.Query
2525
:members:
2626

2727

2828
Models
2929
------
3030

31-
.. automodule:: cbapi.defense.psc.models
31+
.. automodule:: cbapi.psc.defense.models
3232
:members:
3333
:undoc-members:

0 commit comments

Comments
 (0)