Skip to content

Commit e3cd5d9

Browse files
chore(docs): improve docstrings (#445)
1 parent b48cdd8 commit e3cd5d9

File tree

6 files changed

+7
-1
lines changed

6 files changed

+7
-1
lines changed

.stats.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 37
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-aeb62bc4875f4eb1b2ae1f75ef9521e92022e863cba2ae67f907ed27ca93d527.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch-15385b754979d87bd7e583f618870246e79d1430a761e5bcd653db78cfab4789.yml

src/finch/resources/sandbox/individual.py

+2
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def update(
9393
ssn: Social Security Number of the individual. This field is only available with the
9494
`ssn` scope enabled and the `options: { include: ['ssn'] }` param set in the
9595
body.
96+
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
9697
9798
extra_headers: Send extra headers
9899
@@ -199,6 +200,7 @@ async def update(
199200
ssn: Social Security Number of the individual. This field is only available with the
200201
`ssn` scope enabled and the `options: { include: ['ssn'] }` param set in the
201202
body.
203+
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
202204
203205
extra_headers: Send extra headers
204206

src/finch/types/hris/individual.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ class Individual(BaseModel):
7474
7575
This field is only available with the `ssn` scope enabled and the
7676
`options: { include: ['ssn'] }` param set in the body.
77+
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
7778
"""

src/finch/types/sandbox/directory_create_params.py

+1
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class Body(TypedDict, total=False):
158158
159159
This field is only available with the `ssn` scope enabled and the
160160
`options: { include: ['ssn'] }` param set in the body.
161+
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
161162
"""
162163

163164
start_date: Optional[str]

src/finch/types/sandbox/individual_update_params.py

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class IndividualUpdateParams(TypedDict, total=False):
6060
6161
This field is only available with the `ssn` scope enabled and the
6262
`options: { include: ['ssn'] }` param set in the body.
63+
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
6364
"""
6465

6566

src/finch/types/sandbox/individual_update_response.py

+1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,5 @@ class IndividualUpdateResponse(BaseModel):
7474
7575
This field is only available with the `ssn` scope enabled and the
7676
`options: { include: ['ssn'] }` param set in the body.
77+
[Click here to learn more about enabling the SSN field](/developer-resources/Enable-SSN-Field).
7778
"""

0 commit comments

Comments
 (0)