Skip to content

Latest commit

 

History

History
66 lines (66 loc) · 4.94 KB

permission.md

File metadata and controls

66 lines (66 loc) · 4.94 KB
NUMBERING HEX SHIFT METHOD PATH
1 0x0000000000000001 (1 << 00) GET /api/v2/bot/commands/core-commands
2 0x0000000000000002 (1 << 01) GET /api/v2/bot/commands/core-commands/update
4 0x0000000000000004 (1 << 02) GET /api/v2/bot/commands/quotes
8 0x0000000000000008 (1 << 03) POST /api/v2/bot/commands/quotes
16 0x0000000000000010 (1 << 04) PUT /api/v2/bot/commands/quotes
32 0x0000000000000020 (1 << 05) PATCH /api/v2/bot/commands/quotes
64 0x0000000000000040 (1 << 06) GET /api/v2/bot/commands/respond
128 0x0000000000000080 (1 << 07) GET /api/v2/bot/commands/trivia
256 0x0000000000000100 (1 << 08) POST /api/v2/bot/commands/trivia
512 0x0000000000000200 (1 << 09) POST /api/v2/bot/commands/user
1024 0x0000000000000400 (1 << 10) POST /api/v2/bot/team/pass/create
2048 0x0000000000000800 (1 << 11) POST /api/v2/bot/team/pass/key
4096 0x0000000000001000 (1 << 12) POST /api/v2/bot/team/pass/update
8192 0x0000000000002000 (1 << 13) GET /api/v2/discord/web
16384 0x0000000000004000 (1 << 14)
32768 0x0000000000008000 (1 << 15)
65536 0x0000000000010000 (1 << 16)
131072 0x0000000000020000 (1 << 17)
262144 0x0000000000040000 (1 << 18)
524288 0x0000000000080000 (1 << 19)
1048576 0x0000000000100000 (1 << 20)
2097152 0x0000000000200000 (1 << 21)
4194304 0x0000000000400000 (1 << 22)
8388608 0x0000000000800000 (1 << 23)
16777216 0x0000000001000000 (1 << 24)
33554432 0x0000000002000000 (1 << 25)
67108864 0x0000000004000000 (1 << 26)
134217728 0x0000000008000000 (1 << 27)
268435456 0x0000000010000000 (1 << 28)
536870912 0x0000000020000000 (1 << 29)
1073741824 0x0000000040000000 (1 << 30)
2147483648 0x0000000080000000 (1 << 31)
4294967296 0x0000000100000000 (1 << 32)
8589934592 0x0000000200000000 (1 << 33)
17179869184 0x0000000400000000 (1 << 34)
34359738368 0x0000000800000000 (1 << 35)
68719476736 0x0000001000000000 (1 << 36)
137438953472 0x0000002000000000 (1 << 37)
274877906944 0x0000004000000000 (1 << 38)
549755813888 0x0000008000000000 (1 << 39)
1099511627776 0x0000010000000000 (1 << 40)
2199023255552 0x0000020000000000 (1 << 41)
4398046511104 0x0000040000000000 (1 << 42)
8796093022208 0x0000080000000000 (1 << 43)
17592186044416 0x0000100000000000 (1 << 44)
35184372088832 0x0000200000000000 (1 << 45)
70368744177664 0x0000400000000000 (1 << 46)
140737488355328 0x0000800000000000 (1 << 47)
281474976710656 0x0001000000000000 (1 << 48)
562949953421312 0x0002000000000000 (1 << 49)
1125899906842624 0x0004000000000000 (1 << 50)
2251799813685248 0x0008000000000000 (1 << 51)
4503599627370496 0x0010000000000000 (1 << 52)
9007199254740992 0x0020000000000000 (1 << 53)
18014398509481984 0x0040000000000000 (1 << 54)
36028797018963968 0x0080000000000000 (1 << 55)
72057594037927936 0x0100000000000000 (1 << 56)
144115188075855872 0x0200000000000000 (1 << 57)
288230376151711744 0x0400000000000000 (1 << 58)
576460752303423488 0x0800000000000000 (1 << 59)
1152921504606846976 0x1000000000000000 (1 << 60)
2305843009213693952 0x2000000000000000 (1 << 61)
4611686018427387904 0x4000000000000000 (1 << 62)
9223372036854775808 0x8000000000000000 (1 << 63)