most feedback applied.
This commit is contained in:
@@ -222,8 +222,22 @@ REQUESTS = [
|
||||
"method": "GET"
|
||||
|
||||
}, "examples/project_type_pahe_list.json"
|
||||
)
|
||||
]
|
||||
),
|
||||
(
|
||||
{
|
||||
"url": f"https://api.filevineapp.com/fv-app/v2/Projects/15914808/team",
|
||||
"headers": {
|
||||
"Accept": "application/json",
|
||||
"Authorization": f"Bearer {get_bearer_token()}",
|
||||
"x-fv-orgid": os.environ.get("FILEVINE_ORG_ID"),
|
||||
"x-fv-userid": os.environ.get("FILEVINE_USER_ID"),
|
||||
},
|
||||
"params": {"limit": 1000},
|
||||
"method": "GET"
|
||||
|
||||
},
|
||||
"examples/project_team.json"
|
||||
)]
|
||||
|
||||
def generate_sample_request_response(request_config):
|
||||
"""Generate a sample request/response pair using the provided request configuration."""
|
||||
|
||||
Reference in New Issue
Block a user