# Request: Granular API scope for "make post wiki"

**URL:** https://meta.discourse.org/t/request-granular-api-scope-for-make-post-wiki/213612
**Category:** Feature
**Created:** [January 1, 2022, 10:15pm UTC](https://meta.discourse.org/t/request-granular-api-scope-for-make-post-wiki/213612 "2022-01-01T22:15:55Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mattdm](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mattdm/32/216484_2.png) [@mattdm](https://meta.discourse.org/u/mattdm)
#### Post date: [January 1, 2022, 10:15pm UTC](https://meta.discourse.org/t/request-granular-api-scope-for-make-post-wiki/213612/1 "2022-01-01T22:15:55Z")

</div>

I’m making an API-based connector for [fedocal](https://calendar.fedoraproject.org/) to Discourse. My intention is to write calendar-plugin formatted posts. I’d like these posts to be wikified, so that people can correct them, add notes, etc., without having to go back to the calendar app.\[1\]

I can use the API to make the replies wiki posts, but only using a global key. I thought the `posts: edit` scope would do it, but that’s getting me 403 errors. And anyway, I don’t actually want to allow _edit_, just wikification. (I’ve set the site trust level to wikify posts to 0, by the way — I expect in practice for the users owning the posts to all be tl3+. But anyway, that’s not it.)

* * *

1. because I’m only going to go so far with this and want to cheap out on making the connector notice changes to the source and update posts and stuff.
