Skip to content

This repo houses the API specifications for all SailPoint services.

License

Notifications You must be signed in to change notification settings

sailpoint-oss/api-specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SailPoint API Specifications

This code is autogenerated from a SailPoint private repository and is read-only. Please do not submit pull requests to this repository. If you identify issues with the API spec, please submit an issue instead.

This repo houses the API specifications for all SailPoint services.

Add a new API to the Postman Collection

To add a new API collection to the Postman Collection, open https://github.com/sailpoint-oss/api-specs/blob/main/.github/workflows/build-dereferenced-spec.yml and add the following:

  • Under paths, add the one or more paths to the API files
paths:
  - idn/sailpoint-api.v3.yaml
  - idn/v3/**
  • Under the "Dereference API Specification and build Postman collection" step, add the commands to dereference the spec and build the collection
- name: Dereference API Specification and build Postman collection
  run: |
    swagger-cli bundle --dereference idn/sailpoint-api.v2024.yaml -t yaml -o dereferenced/deref-sailpoint-api.v2024.yaml
    openapi2postmanv2 -s dereferenced/deref-sailpoint-api.v2024.yaml -o postman/collections/sailpoint-api-v2024.json -p -c postman-script/openapi2postman-config.json
    node postman-script/modify-collection.js postman/collections/sailpoint-api-v2024.json
    swagger-cli bundle --dereference idn/sailpoint-api.v2024.yaml -t json -o dereferenced/deref-sailpoint-api.v2024.

    
    npm run v2024

About

This repo houses the API specifications for all SailPoint services.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published