Skip to content

Commit 61b9469

Browse files
Roles versioning
1 parent 6da07f1 commit 61b9469

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

pages/api.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ info_sections:
2929
id: pagination
3030
layout: /pagination/pagination.yml
3131
-
32-
title: Versioning
33-
id: versioning
34-
layout: /versioning/versioning.yml
32+
title: Roles Versioning
33+
id: roles_versioning
34+
layout: /roles_versioning/roles_versioning.yml
3535

3636
endpoint_sections:
3737
-

pages/versioning/versioning.md renamed to pages/roles_versioning/roles_versioning.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Zapier changes
44
Mostly things should be just about the same, some IDs may look different inside Zapier but the data should be the same.
5-
This should appear as IDs being required to Update a user and the User layer in requests and responses being removed.
5+
This should appear as IDs being required to Update a Role and the Role layer in requests and responses being removed.
66

77
For moving from V1 to V2 of API, the best practice is to follow the following steps.
88

@@ -39,4 +39,4 @@ but the data we return will be dependent on the version set on your Branch. See
3939
* Delete: Use a DELETE request to the detail page for an individual role (e.g. `secure.tutorcruncher.com/api/clients/<role_id>/`)
4040

4141
Note that the rest of the docs have been updated to reflect Version 2 usage. While you can still use Version 1 until the 3rd July 2025
42-
we recommend that your refrain from doing so and update your integrations to use Version 2 as soon as possible.
42+
we recommend that your refrain from doing so and update your integrations to use Version 2 as soon as possible.
File renamed without changes.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
sections:
2+
-
3+
description: /roles_versioning/roles_versioning.md
4+
code: /roles_versioning/roles_versioning.py
5+
code_type: Role Versioning

pages/versioning/versioning.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)