Dominio de acciones

wiki

Todas las acciones que este dominio expone vía gitlab_execute_action, del manifiesto gitlab://tools. Cada entrada se despliega a su descripción completa y sus parámetros obligatorios.

6 · acciones1 · destructivas2 · solo lectura

Contado con un token Free de GitLab. El catálogo depende del token que pregunta, así que el recuento se mueve con su tier y con sus permisos: los tiers superiores exponen más acciones, y los dominios de administración solo aparecen a tokens autorizados a usarlos.

Volver a la ficha del servidor

  1. wiki.createWiki Create

    Create a new wiki page. Returns: the created page with title, slug, format, content, and encoding. See also: wiki.get, wiki.update, wiki.list.

    Parámetros obligatorios: content (string), project_id (string), title (string)

  2. wiki.deleteWiki Deletedestructiva

    Delete a wiki page permanently. Returns: a success confirmation for the removed page. See also: wiki.get, wiki.list.

    Parámetros obligatorios: project_id (string), slug (string)

  3. wiki.getWiki Getsolo lectura

    Get a single wiki page by slug. Returns: the page title, slug, format, content, and encoding. See also: wiki.list, wiki.update, wiki.delete.

    Parámetros obligatorios: project_id (string), slug (string)

  4. wiki.listWiki Listsolo lectura

    List a project's wiki pages. Returns: each page's title, slug, and format (plus content when with_content is set), with hints to read or create pages. See also: wiki.get, wiki.create.

    Parámetros obligatorios: project_id (string)

  5. wiki.updateWiki Update

    Update an existing wiki page by slug. Returns: the updated page with title, slug, format, content, and encoding. See also: wiki.get, wiki.delete, wiki.list.

    Parámetros obligatorios: project_id (string), slug (string)

  6. wiki.upload_attachmentWiki Upload Attachment

    Upload an attachment to the project wiki repository. Returns: the attachment file name, file path, branch, URL, and ready-to-paste Markdown link. See also: wiki.get, wiki.update.

    Parámetros obligatorios: filename (string), project_id (string)