Skip to content
This repository was archived by the owner on Jan 3, 2019. It is now read-only.
This repository was archived by the owner on Jan 3, 2019. It is now read-only.

On project create, membership_ids is not valid #4

@devanp92

Description

@devanp92

Here is the error:
[Error]
status: 400,
kind: 'error',
code: 'invalid_parameter',
error: 'One or more request parameters was missing or invalid.',
requirement: '',
generalProblem: 'this endpoint cannot accept the parameter: membership_ids',
possibleFix: '',
validationErrors: '',
message: '' }

In the docs you allow passing membershipIds on project create.

The project I am creating is:

var proj = {

name: "Test",
membershipIds: [9999,9856]

}

Where membershipIds are actual ids.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions