Skip to content

Swagger is incorrect for POST /api/management/v1/catalogs #2047

@markhoerth

Description

@markhoerth

Describe the bug

The POST /api/management/v1/catalogs says

{
"catalog": {
"name": "+R$#B1JQ>c:=N7",
"properties": {
"default-base-location": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"createTimestamp": 0,
"lastUpdateTimestamp": 0,
"entityVersion": 0,
"storageConfigInfo": {
"allowedLocations": "For AWS [s3://bucketname/prefix/], for AZURE [abfss://[email protected]/prefix/], for GCP [gs://bucketname/prefix/]"
}
}
}

but this does not include the required parameter roleArn

To Reproduce

No response

Actual Behavior

No response

Expected Behavior

No response

Additional context

No response

System information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions