Patches.7584:

Last refreshed my key with new permissions for unlocks/wallet stuff so I could add that functionality to my wrapper I’m writing.

Decided to make a key today with different permissions for checking, and noticed “pvp” and “build”.

I remember reading the thread about their purposed implementations and whatnot, as well as watching the github for information on it.

I hadn’t noticed the permissions being available when I changed them last though, so I figured I’d ask: Are they coming soon?

This is one of those features I’m looking forward to implementing.

Sidenote: can’t edit the wiki for api (for obvious reasons, I understand) but the tokeninfo page is outdated on permissions.

edit: v2 API :P

Lawton Campbell.8517:

They’re for:

Looking into making them public later today.

Nabrok.9023:

Will the build permission unlock equipment on /v2/characters? i.e. equipment would be shown if the key has “build” or “inventories”?

This would be very useful to me as I only need that part and some people don’t like to give the full inventory permission for just that.

Lawton Campbell.8517:

Will the build permission unlock equipment on /v2/characters? i.e. equipment would be shown if the key has “build” or “inventories”?

It does! There’s a bug that prevents /v2/characters/:id/equipment from working but the equipment section will be included in the main character blobs if either “builds” or “inventories” permissions are granted.

Nabrok.9023:

Will the build permission unlock equipment on /v2/characters? i.e. equipment would be shown if the key has “build” or “inventories”?

It does! There’s a bug that prevents /v2/characters/:id/equipment from working but the equipment section will be included in the main character blobs if either “builds” or “inventories” permissions are granted.

Thanks!