File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99209920 "type": "object",
99219921 "properties": {
99229922 "name": {
9923+ "maxLength": 128,
99239924 "minLength": 1,
99249925 "description": "The new name of the Category.",
99259926 "type": "string"
1001310014 "color_key": {
1001410015 "description": "A color key associated with this EnumValue within the CustomField's domain.",
1001510016 "type": "string",
10017+ "enum": [
10018+ "blue",
10019+ "purple",
10020+ "midnight-blue",
10021+ "orange",
10022+ "yellow-green",
10023+ "brass",
10024+ "gray",
10025+ "fuchsia",
10026+ "yellow",
10027+ "pink",
10028+ "sky-blue",
10029+ "green",
10030+ "red",
10031+ "black",
10032+ "slate",
10033+ "turquoise"
10034+ ],
1001610035 "x-nullable": true
1001710036 },
1001810037 "enabled": {
1456714586 "summary": "List Members"
1456814587 }
1456914588 },
14589+ "/api/v3/members/slim": {
14590+ "get": {
14591+ "responses": {
14592+ "200": {
14593+ "description": "Resource"
14594+ },
14595+ "400": {
14596+ "description": "Schema mismatch"
14597+ },
14598+ "404": {
14599+ "description": "Resource does not exist"
14600+ },
14601+ "422": {
14602+ "description": "Unprocessable"
14603+ }
14604+ },
14605+ "operationId": "listMembersSlim",
14606+ "description": "Returns minimal member data optimized for Korey integration. Includes only active (non-disabled) members.",
14607+ "summary": "List Members (slim)"
14608+ }
14609+ },
1457014610 "/api/v3/members/{member-public-id}": {
1457114611 "get": {
1457214612 "parameters": [
You can’t perform that action at this time.
0 commit comments