Skip to content

Unable to update plugins using miactl #589

Closed Answered by epessina
dallas-fletchall asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @dallas-fletchall !

Thank you for your feedback, we will work to improve the API responses to better communicate errors in the creation process.

In the meantime, try the following schema to validate your manifests:

{
  "$id": "catalog-item-manifest.schema.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "additionalProperties": false,
  "properties": {
    "categoryId": {
      "description": "Identifier of the item's category",
      "type": "string"
    },
    "comingSoon": {
      "description": "Flag that will prevent the use of the item",
      "nullable": true,
      "type": "boolean"
    },
    "description": {
      "description": "Brief description of the item",…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dallas-fletchall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
Console Marketplace Anything related to Mia-Platform Marketplace catalogue
3 participants