When I look into the beta reference create a event the scopes required section is empty. Is this a documentation issue or can I use this api without scopes?
This is a documentation issue. I created https://github.com/OfficeDev/microsoft-graph-docs/issues/142 for it. The required scope is Calendars.ReadWrite.
Related
I am trying to update the namedStyles through Docs API, but struggling to find a way around it. It seems you can only create namedStyles when creating a new document through the API - batchUpdate doesn't seem to want to touch it.
Am I missing something?
Posting this for documentation purposes.
As Tanaike said in a comment, currently namedStyles cannot be updated via Docs API, even though this action can be done through Docs UI. There is currently no possible batchUpdate request to achieve this via API.
You could consider filing a Feature Request in this Issue Tracker component.
I'm using Apipie on my Rails app. I'm also using Cancancan to manage authorizations according to user's status.
I was wondering if anyone has already try to join these 2 gems to allow users to see API documentation or not.
Basically, I'm wondering if there is any way to dismiss API Documentation according to variables.
well yes you can. You should write you own check of the authorization, but have a look at the second answer here: https://github.com/Apipie/apipie-rails/issues/349
Hi I would like to update profile information of my slack account using API.
I don't find any API on their documentation. Do they have any API to update profile information?
See the screenshot http://screencast.com/t/f7eoAKT0Yy
Yes, they do.
But it's an undocumented API method. It's called users.profile.set. So far I used it to change first- and last name, but other attributes should work too.
The basic syntax is:
users.profile.set?token=XXX&user=U12345678&profile=NEWPROFILE
NEWPROFILE is a placeholder for the new profile for the user in JSON format, but you only need to specify the attributes you want to change, e.g. profile={"first_name":"John"} will change the first name to John.
Check out my documentation on github for details and other undocumented methods in the Slack API.
Update November 2018
user.profile.set is now an official API method. However, you
need to be on a paid team to use it for other users (not yourself).
Although you can check this answer for a workaround.
users.setPhoto will allow you to change the profile picture. but
only for your own user / token.
No, they don't have any API for this.http://screencast.com/t/dmBImpJfkXu
I'd like to be able to add a user as a guest to a project specific to that individual, but it looks like I cannot do this programmatically and must instead resort to manually adding them as a guest. Is there anything I'm missing in the API documentation? Is there an undocumented feature that would let me do so? Or am I just out of luck?
It is currently not possible to manage users of an organization via the API.
This is on our API roadmap, which I hope to publish a public version of soon.
You can subscribe to incremental changes of our API and it's documentation on API changelog https://www.apichangelog.com/api/asana
I'm setting up a new Custom Dimension in my Google Universal account.
I know about the Hit, User, and Session scopes, but today I saw a new one: Product.
What is that and how do we use it? Google's documentation only discusses the other three types of scope, but I'm interested in what exactly a Product scope is and how we use it within the Google Analytics dashboard.
The Product scope is for Custom Dimensions involved in the new Enhanced eCommerce feature.
You can read the solution article in and Developer Documentation.