Skip to content

Missing add action of "followed sites" in the OpenAPI document #201

@maisarissi

Description

@maisarissi

The add action of followed site is missing in the OpenAPI description - /users/{user-id}/followedSites/add is missing.
image

And According to the metadata, it should be supported:

  <Action Name="add" IsBound="true">
    <Parameter Name="bindingParameter" Type="Collection(graph.site)" />
    <Parameter Name="value" Type="Collection(graph.site)" />
    <ReturnType Type="Collection(graph.site)" />
  </Action

This is still missing in the 1.0.10 version.

We would expect to have all supported paths in the OpenAPI document so we could generate PowerShell cmdlets for each of them.

Metadata

Metadata

Assignees

Labels

priority:p2Medium. Generally has a work-around and a smaller sub-set of customers is affected. SLA <=30 daystype:bugA broken experience

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions